TdxTileControlCheckedItems.Items Property
Provides indexed access to individual checked tile items within the collection.
Declaration
property Items[Index: TdxListIndex]: 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