DXTabControl.ShowTabItem(Int32) Method
In This Article
Shows the specified hidden tab item.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based integer value that specifies the index of the hidden tab item. |
#Remarks
The tab control allows individual tab items to be hidden. The ShowTabItem method shows the specified hidden tab item and selects it. If the specified tab item is visible, this method does nothing.
To learn more, see Showing and Hiding Tab Items.
See Also