Skip to main content
A newer version of this page is available. .

DXTabControl.SelectLast() Method

Selects the last tab item.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public virtual void SelectLast()

Remarks

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

See Also