SortingColumn(String, String, SortingDirection) Constructor
Initializes a new instance of the SortingColumn class with the specified settings.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
columnName | String | A String value that specifies the name of the sorted column in a query. |
nodeAlias | String | A String value that specifies the alias name of the table in the query. |
direction | SortingDirection | A SortingDirection enumeration value which specifies the column’s sort order. This value is assigned to the SortingColumn.Direction property. |
See Also