Skip to main content

DXTabControl.SelectFirst() Method

In This Article

Selects the first tab item.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public virtual void SelectFirst()

#Remarks

To select the last tab item, use the DXTabControl.SelectLast method. The selected tab item is returned by the DXTabControl.SelectedItem property.

See Also