TdxTileControlDragGroupInfo.Group Property
Provides access to the currently dragged tile group.
Declaration
property Group: TdxTileControlGroup read;
Property Value
| Type |
|---|
| TdxTileControlGroup |
Remarks
You can use this property to identify the dragged tile group and/or adjust its settings within an event handler.
See Also