Skip to main content
A newer version of this page is available. .

DynamicListLookUpSettings.SortOrder Property

Specifies the sort order for the parameter values in the lookup editor.

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(ColumnSortOrder.None)]
public ColumnSortOrder SortOrder { get; set; }

Property Value

Type Default Description
ColumnSortOrder **None**

A ColumnSortOrder enumeration member specifying the order in which parameter values in the lookup editor are sorted.

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