TdxNavBarGroup.Parent Property
Provides access to the group to which the current group belongs.
Declaration
property Parent: TdxNavBarGroup read;
Property Value
Type |
---|
TdxNavBarGroup |
Remarks
This property returns nil if the group is at the NavBar control’s root level. Call the MoveTo procedure to create a tree-like structure from groups.
See Also