Skip to main content
A newer version of this page is available. .

TdxTileControlCheckedItems.Items Property

Provides zero-based indexed access to individual checked tile items within the collection.

Declaration

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

Property Value

Type
TdxTileControlItem

Remarks

Use this property within a TdxTileControlItemDragBeginEvent, TdxTileControlItemDragEndEvent, or TdxTileControlItemDragOver event handler to access a dragged checked tile item whose index within the collection is passed as the Index parameter.

See Also