Back to Devexpress

DynamicListLookUpSettings.SortMember Property

corelibraries-devexpress-dot-xtrareports-dot-parameters-dot-dynamiclistlookupsettings-e5035901.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue("")]
public string SortMember { get; set; }
vb
<DefaultValue("")>
Public Property SortMember As String

Property Value

TypeDefaultDescription
StringString.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

DynamicListLookUpSettings Class

DynamicListLookUpSettings Members

DevExpress.XtraReports.Parameters Namespace