Skip to main content

TabButtonShowMode Enum

Lists values that specify the manner in which tab buttons are shown within a tab header panel.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum TabButtonShowMode

Members

Name Description
Default

The option is equivalent to the TabButtonShowMode.WhenNeeded option.

Always

The Close button is always displayed within the page header panel. The Prev and Next buttons are displayed when the XtraTabControl.MultiLine property is set to false.

Never

Tab buttons are always hidden.

WhenNeeded

Tab buttons are automatically shown when the tab control’s width is insufficient to display all the page headers.

Remarks

The values listed by this enumeration are used to set the XtraTabControl.HeaderButtonsShowMode property.

See Also