Skip to main content

DynamicListLookUpSettings.SortOrder Property

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

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v24.1.Core.dll

Declaration

[XtraSerializableProperty]
public ColumnSortOrder SortOrder { get; set; }

Property Value

Type Description
ColumnSortOrder

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

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