Back to Devexpress

TabButtonShowMode Enum

windowsforms-devexpress-dot-xtratab-b48dae04.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum TabButtonShowMode
vb
Public Enum TabButtonShowMode

Members

NameDescription
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:

Remarks

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

See Also

HeaderButtonsShowMode

DevExpress.XtraTab Namespace