Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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