Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTileControlDragItemInfo.SourceGroup Property

Provides access to the tile group where one or more currently dragged tiles were originally located.

#Declaration

Delphi
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