TdxTileControlDragItemInfo.CheckedItems Property
Provides access to the list of currently dragged checked tiles.
Declaration
property CheckedItems: TdxTileControlCheckedItems read;
Property Value
Type |
---|
TdxTileControlCheckedItems |
Remarks
End-users can check multiple tiles to drag-and-drop them simultaneously as a single tile. The CheckedItems.Items property provides zero-based indexed access to the list of checked tiles during a drag-and-drop operation.
See Also