Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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 Also