Skip to main content

DXTabControl.ShowTabItem(DXTabItem) Method

Shows the specified hidden tab item.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public virtual void ShowTabItem(
    DXTabItem item
)

#Parameters

Name Type Description
item DXTabItem

A DXTabItem object representing 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