TcxPivotGridCustomization.AvailableFieldsSorted Property
In This Article
Specifies the field list sorting mode.
#Declaration
Delphi
property AvailableFieldsSorted: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
If the AvailableFieldsSorted property is False, fields are sorted by index. Otherwise, they are sorted alphabetically.
The default value of the AvailableFieldsSorted property is False.
See Also