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

TdxTileControlGroup.Items Property

Provides zero-based indexed access to tile or tile bar items created within the tile group.

#Declaration

Delphi
property Items[Index: Integer]: TdxTileControlItem read;

#Property Value

Type
TdxTileControlItem

#Remarks

Use this property to access a specific tile item by passing its index within the group as the Index parameter. Indexes of tile items reflect their positions within the group. Thus, calling the MoveItem procedure for a tile item changes its index that you can identify by calling the IndexOfItem function.

The Items property’s maximum valid index is the ItemCount property value minus one.

The TdxTileControlGroup class provides an API for tile item management operations, including:

See Also