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

ITabbedGroupProperties.TileColumnCount Property

Gets or sets the number of tile columns available for all TabbedGroup containers within this WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

int TileColumnCount { get; set; }

Property Value

Type Description
Int32

An Int32 value that is the number of tile columns.

Remarks

The ITabbedGroupDefaultProperties.TileColumnCount property can override the TileColumnCount setting for individual tabbed group containers. See this link to learn more.

See Also