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

TileViewItemOptions.RowCount Property

In TileViewLayoutMode.Default mode, this property specifies the maximum number of rows to accommodate tiles.

In TileViewLayoutMode.List mode, this property specifies the number of rows to accommodate tiles.

The RowCount property is in effect when the TileViewItemOptions.Orientation setting is Horizontal.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(1)]
public int RowCount { get; set; }

Property Value

Type Default Description
Int32 1

The number of rows to accommodate tiles.

Property Paths

You can access this nested property as listed below:

Object Type Path to RowCount
TileView
.OptionsTiles.RowCount

Remarks

The RowCount property is in effect when the TileViewItemOptions.Orientation property equals Horizontal.

The RowCount property is ignored in TileViewLayoutMode.Kanban mode.

See Also