Back to Devexpress

TdxTileControlItem.Size Property

vcl-dxcustomtilecontrol-dot-tdxtilecontrolitem-173c53b5.md

latest1.6 KB
Original Source

TdxTileControlItem.Size Property

Switches between the item’s sizes.

Declaration

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

Property Value

TypeDefault
TdxTileControlItemSizetcisRegular

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

TdxCustomTileControl.CreateItem

TdxTileControlOptionsView.ItemHeight

TdxTileControlOptionsView.ItemWidth

TdxTileControlItem Class

TdxTileControlItem Members

dxCustomTileControl Unit