IDocumentGroupDefaultProperties.ActualHeaderButtonsShowMode Property
Gets the current conditions that specify when tab buttons within a DocumentGroup‘s tab header panel are displayed.
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| TabButtonShowMode | A TabButtonShowMode enumerator value that indicates the current conditions that specify when tab buttons within a DocumentGroup‘s tab header panel are displayed. |
Available values:
| 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
See the IDocumentGroupDefaultProperties.HeaderButtonsShowMode topic to learn more.