TdxCustomNavBar.TargetGroup Property
Represents a target group in drag & drop operations.
Declaration
property TargetGroup: TdxNavBarGroup read;
Property Value
Type |
---|
TdxNavBarGroup |
Remarks
The TargetGroup property returns the NavBar group onto which another group is being dragged. The property returns nil in drag & drop operations when the target point does not belong to the NavBar control.
See Also