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

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.v19.2.Core.dll

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