TcxPivotGridFieldOptions.AlwaysExpanded Property
In This Article
Specifies whether a field automatically expands its grouping values and keeps them expanded.
#Declaration
Delphi
property AlwaysExpanded: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to expand all the field’s grouping values and keep them expanded, regardless of end-user actions and layout changes.
Note
The Always
The AlwaysExpanded property’s default value is False.
See Also