Skip to main content

ITabbedGroupProperties.TileSize Property

Gets or sets the size of tiles that represent Document headers for all TabbedGroups within this WindowsUIView.

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
Int32

An Int32 value that is the size of tiles that represent Document headers for all TabbedGroups within this WindowsUIView.

Remarks

The TileSize property specifies the tile size for all TabbedGroups containers within this View. To override this common setting for individual TabbedGroups, use the ITabbedGroupDefaultProperties.TileSize property instead. See this link for details.

To specify whether Document headers are presented as traditional tabs or as Windows 10-like tiles, use the ITabbedGroupDefaultProperties.HeaderStyle or ITabbedGroupProperties.HeaderStyle properties.

See Also