ReportDesignerFieldListOptionsBehavior.PropertiesSortOrder Property
Use the FieldListOptions.SortOrder property instead.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v25.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
| Type | Description |
|---|---|
| ColumnSortOrder | A ColumnSortOrder enumeration value. |
Available values:
| Name | Description |
|---|---|
| None | No sorting is applied to a column. |
| Ascending | Sorts the column in ascending order. |
| Descending | Sorts the columns in descending order. |
See Also