Skip to main content
A newer version of this page is available. .

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

Declaration

TabButtonShowMode ActualHeaderButtonsShowMode { get; }

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.

See Also