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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
TabButtonShowMode ActualHeaderButtonsShowMode { get; }
#Property Value
Type | Description |
---|---|
Tab |
A Tab |
Available values:
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. |
#Remarks
See the IDocumentGroupDefaultProperties.HeaderButtonsShowMode topic to learn more.