TdxCustomNavBar.TargetGroup Property
In This Article
Represents a target group in drag & drop operations.
#Declaration
Delphi
property TargetGroup: TdxNavBarGroup read;
#Property Value
Type |
---|
Tdx |
#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