WcfServerModeSource.DefaultSorting Property
Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control.
Namespace: DevExpress.Data.WcfLinq
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
String | The string which contains the column name(s) against which data source contents are sorted and the sort order(s). |
Remarks
This property accepts a string containing a column name followed by the sort order - “ASC” (ascending) or “DESC” (descending).
Columns are sorted ascending by default - “ASC” can be omitted.
Multiple columns can be separated by semicolons.
See Also