XPInstantFeedbackSource.DefaultSorting Property
Specifies how data source contents are sorted by default, when sort order is not specified by the bound control.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
String | A String object which contains the names of the columns against which data source contents are sorted. |
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.
Note
Assign the DefaultSorting property before binding the XPInstantFeedbackSource to the GridControl or SearchLookUpEdit. Once bound, changing this property throws an exception.