Back to Devexpress

CardViewSettings.CustomColumnSort Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewsettings-8d0c40d1.md

latest1.4 KB
Original Source

CardViewSettings.CustomColumnSort Property

Enables you to sort data using custom rules.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxCardViewCustomColumnSortEventHandler CustomColumnSort { get; set; }
vb
Public Property CustomColumnSort As ASPxCardViewCustomColumnSortEventHandler

Property Value

TypeDescription
ASPxCardViewCustomColumnSortEventHandler

An ASPxCardViewCustomColumnSortEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

Card View

CardViewSettings Class

CardViewSettings Members

DevExpress.Web.Mvc Namespace