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

ITabbedGroupDefaultProperties.HeaderStyle Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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