Gets or sets a value indicating whether the TabItem is currently selected.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool IsSelected { get; set; }
Visual Basic
Public Property IsSelected As Boolean
	Get
	Set

Field Value

True if the TabItem is selected; otherwise, false.

See Also