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

ITabbedGroupDefaultProperties.HeaderStyle Property

Gets or sets the style of Document headers within this TabbedGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

HeaderStyle? HeaderStyle { get; set; }

Property Value

Type Description
Nullable<DevExpress.XtraBars.Docking2010.Views.WindowsUI.HeaderStyle>

A HeaderStyle enumerator value that specifies the style of Document headers.

Remarks

The HeaderStyle property can equal either HeaderStyle.Tab or HeaderStyle.Tile. Depending on this value, Document headers within this group are displayed either as traditional tabs or as Windows 10-like tiles. Both tabs and tiles can be customized via the following properties: ITabbedGroupDefaultProperties.TabWidth, ITabbedGroupDefaultProperties.TileContentMargin, ITabbedGroupDefaultProperties.TileSize, ITabbedGroupDefaultProperties.TileImageAlignment and ITabbedGroupDefaultProperties.TileTextAlignment. The following figures illustrate customized tab and tile Document headers.

WindowsUIView - TabbedGroup Tab Headers WindowsUIView - TabbedGroup Tile Headers

Refer to the How To: Create a TabbedGroup Container example to learn more.

See Also