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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[TypeConverter("DevExpress.XtraReports.Design.DataFieldTypeConverter,DevExpress.XtraReports.v24.1, Version=24.1.99.0, Culture=neutral, PublicKeyToken=c38a27d2243c2672")]
[XtraSerializableProperty]
public string SortMember { get; set; }
Property Value
Type | Description |
---|---|
String | 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