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.Size Property

Switches between the item’s sizes.

#Declaration

Delphi
property Size: TdxTileControlItemSize read; write; default tcisRegular;

#Property Value

Type Default
TdxTileControlItemSize tcisRegular

#Remarks

You can use this property in combination with the RowCount property to vertically enlarge the item, making it easier for end-users to view and interact with this item.

Note

To postpone immediate repainting of the tile control in response to layout/appearance changes, enclose the code that modifies the Size property for a number of tile items within the BeginUpdate/EndUpdate method blocks.

The default value of the Size property is tcisRegular.

See Also