Skip to main content

IDocumentGroupDefaultProperties.HeaderButtons Property

Gets or sets which tab buttons can be displayed within the current DocumentGroup‘s tab header panel.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

TabButtons HeaderButtons { get; set; }

Property Value

Type Description
DevExpress.XtraTab.TabButtons

A TabButton enumerator value that specifies which tab buttons can be displayed within the current DocumentGroup‘s tab header panel.

Remarks

The tab header panel can display the Close, Next and Prev buttons. The Next and Prev buttons enable end-users to scroll through the tabbed documents when the DocumentGroup‘s width is insufficient to display all the documents simultaneously. The options provided by the TabButtons enumeration allow you to specify which buttons can be displayed.

To specify when the tab buttons must be displayed, use the IDocumentGroupDefaultProperties.HeaderButtonsShowMode property.

Individual tabbed documents can also display Close buttons, as specified by the IDocumentGroupDefaultProperties.ClosePageButtonShowMode property.

All the properties mentioned are duplicated in the IDocumentGroupProperties interface. Use these to specify common options for all DocumentGroups.

See Also