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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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