IsSelected Property (C1TabItem)
In This Topic
Gets or sets a value indicating whether the
System.Windows.Controls.TabItem is currently selected.
Syntax
'Declaration
Public Property IsSelected As Boolean
public bool IsSelected {get; set;}
Property Value
True if the
System.Windows.Controls.TabItem is selected; otherwise, false.
See Also