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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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 Also