Back to Devexpress

IDocumentGroupDefaultProperties.ActualHeaderButtonsShowMode Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-idocumentgroupdefaultproperties-21eb7623.md

latest2.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
TabButtonShowMode ActualHeaderButtonsShowMode { get; }
vb
ReadOnly Property ActualHeaderButtonsShowMode As TabButtonShowMode

Property Value

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

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.

|

Remarks

See the IDocumentGroupDefaultProperties.HeaderButtonsShowMode topic to learn more.

See Also

HeaderButtonsShowMode

IDocumentGroupDefaultProperties Interface

IDocumentGroupDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace