Skip to main content

TdxNavBarCommonBehaviorOptions.AllowMultipleGroupExpansion Property

Specifies whether all or only one group can be simultaneously expanded in the NavBar control.

Declaration

property AllowMultipleGroupExpansion: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False to limit the number of simultaneously expanded groups to one. This property setting has no effect for child groups.

The default value of the AllowMultipleGroupExpansion property is True.

See Also