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

Specifies a tile group (identified by its Groups collection index) that is linked to the current tile item.

#Declaration

Delphi
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