Skip to main content

ITileContainerDefaultProperties.RowCount Property

Gets or sets the maximum number of Tile rows within the current TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

int? RowCount { get; set; }

Property Value

Type Description
Nullable<Int32>

An Int32 value specifying the maximum number of Tile rows within the current TileContainer.

Remarks

A TileContainer arranges its items in multiple rows, the number of which is specified by the RowCount property. The RowCount only makes sense if the container’s Orientation property is set to Orientation.Horizontal. Otherwise, Tiles are always arranged in a single column where each Tile starts a new row.

See Also