windowsforms-devexpress-dot-xtratab-b48dae04.md
Lists values that specify the manner in which tab buttons are shown within a tab header panel.
Namespace : DevExpress.XtraTab
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public enum TabButtonShowMode
Public Enum TabButtonShowMode
| 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.
|
The following properties accept/return TabButtonShowMode values:
The values listed by this enumeration are used to set the XtraTabControl.HeaderButtonsShowMode property.
See Also