TdxNavBarCommonBehaviorOptions.AllowChildGroups Property
Specifies whether NavBar groups can contain other (nested) groups.
Declaration
property AllowChildGroups: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to allow groups to nest other groups so you can create advanced hierarchical navigation menus. Otherwise, adding or moving groups into other groups is prohibited.
The image illustrates a NavBar control containing three groups labeled “Main Parameters”, “Body”, and “Engine”. The “Main Parameters” group is expanded. It includes the “Price ($)”, “Trademark”, and “Transmission Type” groups.
The default value of the AllowChildGroups property is False.
See Also