TdxNavBarDragObject.SourceGroup Property
Represents a group being dragged during drag & drop operations.
Declaration
property SourceGroup: TdxNavBarGroup read;
Property Value
Type |
---|
TdxNavBarGroup |
Remarks
Read the SourceGroup property to determine which TdxNavBarGroup object is currently being dragged. Note that the fAllowDragGroup flag should be active to enable group dragging. This flag can be accessed via the NavBar control’s OptionsBehavior.Common.DragDropFlags property.
See Also