DXTabControl.ShowTabItem(Int32, Boolean) Method
Shows the specified tab item.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.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 shown. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
raiseEvents | Boolean | True | An boolean value that specifies whether the DXTabControl raises the DXTabControl.TabShowing and DXTabControl.TabShown events. |
See Also