DXTabControl.SelectLast() Method
In This Article
Selects the last tab item.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#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