Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTileControlItem.RowCount Property

Specifies the number of rows that the tile item occupies.

#Declaration

Delphi
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