Back to Devexpress

ITabbedGroupDefaultProperties.HeaderStyle Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itabbedgroupdefaultproperties.md

latest3.7 KB
Original Source

ITabbedGroupDefaultProperties.HeaderStyle Property

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

Declaration

csharp
HeaderStyle? HeaderStyle { get; set; }
vb
Property HeaderStyle As HeaderStyle?

Property Value

TypeDescription
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.

See Also

TabWidth

TileContentMargin

TileSize

TileImageAlignment

TileTextAlignment

ITabbedGroupDefaultProperties Interface

ITabbedGroupDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace