TdxNavBarGroupExpansionOptions.Expanded Property
Specifies whether a group is expanded.
Declaration
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