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

ITabbedGroupProperties.HeaderStyle Property

Gets or sets the style of Document headers for all TabbedGroups within this WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

HeaderStyle HeaderStyle { get; set; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.Views.WindowsUI.HeaderStyle

A HeaderStyle enumerator value that specifies the style of Document headers for all TabbedGroups within this WindowsUIView.

Remarks

The HeaderStyle property specifies the Document headers style, common to all TabbedGroup containers within this View. You can override this setting for individual groups via the ITabbedGroupDefaultProperties.HeaderStyle property. See this link to learn more.

See Also