ITabbedGroupDefaultProperties.HeaderStyle Property
Gets or sets the style of Document headers within this TabbedGroup.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
Refer to the How To: Create a TabbedGroup Container example to learn more.