Skip to main content

IDocumentGroupProperties.HeaderButtons Property

Gets or sets which tab buttons can be displayed within all DocumentGroups’ tab header panels.

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 all DocumentGroups’ tab header panels.

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 IDocumentGroupProperties.HeaderButtonsShowMode property.

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

All the properties mentioned are duplicated in the IDocumentGroupDefaultProperties interface. Use these to specify required options for individual DocumentGroups.

See Also