Skip to main content

TdxTileControlItem.RowCount Property

Specifies the number of rows that the tile item occupies.

Declaration

property RowCount: Integer read; write; default dxTileControlDefaultItemRowCount;

Property Value

Type Default
Integer dxTileControlDefaultItemRowCount

Remarks

Increase the RowCount property value to vertically enlarge the item, making it easier for end-users to view and interact with this item. The property value can range from 1 to dxTileControlItemMaxRowCount.

The default value of the RowCount property is specified by the dxTileControlDefaultItemRowCount global constant.

See Also