Skip to main content

DynamicListLookUpSettings.SortMember Property

Specifies the name of the field that is used to sort parameter values in the lookup editor.

Namespace: DevExpress.XtraReports.Parameters

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue("")]
public string SortMember { get; set; }

Property Value

Type Default Description
String String.Empty

The name of the field that is used to sort parameter values in the lookup editor.

Remarks

Use the DynamicListLookUpSettings.SortOrder property to sort parameter values in a specified order. If you do not specify the SortMember property, the parameter values are sorted by the field that the DynamicListLookUpSettings.DisplayMember property specifies, or by DynamicListLookUpSettings.ValueMember if DisplayMember is not specified.

See Also