TcxPivotGridFieldOptions.AlwaysExpanded Property
Specifies whether a field automatically expands its grouping values and keeps them expanded.
Declaration
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 AlwaysExpanded property value is ignored in OLAP mode.
The AlwaysExpanded property’s default value is False.
See Also