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
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Default
|
The option is equivalent to the Tab |
Always
|
The Close button is always displayed within the page header panel. The Prev and Next buttons are displayed when the Xtra |
Never
|
Tab buttons are always hidden. |
When
|
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.