DXTabControl.SelectTabItem(Int32) Method
In This Article
Selects the specified tab item.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value that specifies the index of the tab item to be selected. |
See Also