TdxNavBarGroupExpansionOptions.Expandable Property
Specifies whether a click on a group expands or collapses it.
Declaration
property Expandable: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False to forbid end users from expanding or collapsing a group with a click on its header. In this case, you can set the Expanded property to False or True to collapse or expand groups, respectively.
The Expandable property’s default value is True.
See Also