TdxNavBarDragObject.TargetGroup Property
Represents a group located under the mouse pointer when performing group drag & drop operations.
Declaration
property TargetGroup: TdxNavBarGroup read;
Property Value
Type |
---|
TdxNavBarGroup |
Remarks
When dragging a group, its new position is indicated by highlighting the header of the target group. Read the TargetGroup property to identify the target group onto which another group is 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