Skip to main content

DXTabControl.HideTabItem(Int32) Method

Hides the specified tab item.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public virtual void HideTabItem(
    int index
)

#Parameters

Name Type Description
index Int32

A zero-based integer value that specifies the index of the tab item.

#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