windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itabbedgroupdefaultproperties.md
Gets or sets the style of Document headers within this TabbedGroup.
Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
HeaderStyle? HeaderStyle { get; set; }
Property HeaderStyle As HeaderStyle?
| Type | Description |
|---|---|
| Nullable<DevExpress.XtraBars.Docking2010.Views.WindowsUI.HeaderStyle> |
A HeaderStyle enumerator value that specifies the style of Document headers.
|
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.
Refer to the How To: Create a TabbedGroup Container example to learn more.
See Also
ITabbedGroupDefaultProperties Interface