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.v24.2.dll
Declaration
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. |
Related API Members
The following properties accept/return TabButtonShowMode values:
Remarks
The values listed by this enumeration are used to set the XtraTabControl.HeaderButtonsShowMode property.