DXTabItem.IsSelected Property
In This Article
Gets whether the tab item is selected. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the tab item is selected; otherwise, false. |
#Remarks
To select a tab item, use the DXTabControl.SelectedIndex or DXTabControl.SelectedItem property.
See Also