DXTabControl.HideTabItem(DXTabItem) Method
In This Article
Hides the specified tab item.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
item | DXTab |
A DXTab |
#Remarks
The tab control allows individual tab items to be hidden. The HideTabItem method hides the specified tab item. If the specified tab item is hidden, this method does nothing.
To learn more, see Showing and Hiding Tab Items.
See Also