Skip to main content

DXTabItem.IsSelected Property

Gets whether the tab item is selected. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public bool IsSelected { get; set; }

#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