TdxTileControlDragItemInfo.SourceGroup Property
Provides access to the tile group where one or more currently dragged tiles were originally located.
Declaration
property SourceGroup: TdxTileControlGroup read;
Property Value
Type |
---|
TdxTileControlGroup |
Remarks
Use this property to identify the original group of the dragged tile(s) and/or adjust its settings within an event handler.
See Also