CardViewSettings.CustomColumnSort Property
Enables you to sort data using custom rules.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public ASPxCardViewCustomColumnSortEventHandler CustomColumnSort { get; set; }
Public Property CustomColumnSort As ASPxCardViewCustomColumnSortEventHandler
Property Value
Type | Description |
---|---|
ASPxCardViewCustomColumnSortEventHandler | An ASPxCardViewCustomColumnSortEventHandler delegate method allowing you to implement custom processing. |
See Also
Feedback