Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxNavBarGroupExpansionOptions.Expanded Property

Specifies whether a group is expanded.

#Declaration

Delphi
property Expanded: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Use this property to expand and collapse groups. The meaning of this property differs for different View types.

If an Explorer Bar View is applied to the control, setting the Expanded property to True expands a group. Setting this property to False collapses the group.

If a Side Bar View is applied to the control, the Expanded property setting has no effect. You can use the ActiveGroup property to specify the expanded group in this case.

The default value of the Expanded property is True.

See Also