Skip to main content
A newer version of this page is available. .

ITabbedGroupDefaultProperties.TileColumnCount Property

Gets or sets the number of tile columns available for this TabbedGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

int? TileColumnCount { get; set; }

Property Value

Type Description
Nullable<Int32>

An Int32 value that is the number of tile columns available for this TabbedGroup.

Remarks

When the ITabbedGroupDefaultProperties.HeaderStyle property is set to Tile, document headers within this TabbedGroup container are presented as tabs. By default, these tabs are arranged in two columns. You can modify the number of columns by setting the TileColumnCount property to the required value.

If the TileColumnCount property is not set, the tile columns’ number is derived from the ITabbedGroupProperties.TileColumnCount property. Otherwise, the TileColumnCount property overrides this global setting.

See the Content Containers topic to learn more about tabbed groups and other containers, available in WindowsUI View.

See Also