Back to Devexpress

TdxTileControlItem.RowCount Property

vcl-dxcustomtilecontrol-dot-tdxtilecontrolitem-01ed2a04.md

latest1.5 KB
Original Source

TdxTileControlItem.RowCount Property

Specifies the number of rows that the tile item occupies.

Declaration

delphi
property RowCount: Integer read; write; default dxTileControlDefaultItemRowCount;

Property Value

TypeDefault
IntegerdxTileControlDefaultItemRowCount

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

TdxTileControlOptionsView.GroupMaxRowCount

TdxTileControlOptionsView.ItemHeight

TdxTileControlOptionsView.ItemWidth

TdxTileControlItem Class

TdxTileControlItem Members

dxCustomTileControl Unit