TdxTileControlDragItemInfo.CheckedItems Property
In This Article
Provides access to the list of currently dragged checked tiles.
#Declaration
Delphi
property CheckedItems: TdxTileControlCheckedItems read;
#Property Value
Type |
---|
Tdx |
#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