CardViewModel.SortBy(CardViewColumnState, Boolean) Method
Changes the CardView’s sorting state according to the processed sorting operation.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | CardViewColumnState | A CardViewColumnState object containing the current state of the column related to the performed sorting operation. |
reset | Boolean | true if the SHIFT key was not pressed during the performed sort operation and the previous sorting state should be reset; false if the sort operation was performed with the SHIFT key pressed and the previous sorting state should be preserved. |
See Also