IsSelected Property
IsSelected
Gets or sets a value indicating whether the
TabItem is currently
selected.
Declaration
public bool IsSelected { get; set; }
Public Property IsSelected As Boolean
Property Value
| Type |
Description |
| bool |
True if the TabItem is
selected; otherwise, false.
|