TdxTileControlItem.GroupIndex Property
Specifies a tile group (identified by its Groups collection index) that is linked to the current tile item.
Declaration
property GroupIndex: Integer read; write;
Property Value
Type |
---|
Integer |
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 -1 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