Skip to main content

ITabbedGroupDefaultProperties.TileSize Property

Gets or sets the size of Document headers that are presented as tiles within this TabbedGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

int? TileSize { get; set; }

Property Value

Type Description
Nullable<Int32>

An Int32 value that is the size of Document headers that are presented as tiles within this TabbedGroup.

Remarks

Use the TileSize property to set the size of a custom Document header. This property only affects Document headers displayed as tiles. To choose the header style (Windows 10-like tiles or traditional tabs) use the ITabbedGroupDefaultProperties.HeaderStyle property.

See Also