Skip to main content

TdxTileControlItem.Group Property

Specifies a tile group that is linked to the current tile item.

Declaration

property Group: TdxTileControlGroup read; write;

Property Value

Type
TdxTileControlGroup

Remarks

Use this property to link the current tile item to a specific tile group or determine which group is linked to the item. Assigning nil to the property unlinks the current item from its group and hides this item in the tile control. The item remains available within the tile control’s Items collection for later use.

See Also