Back to Devexpress

CardViewSettings.CustomColumnGroup Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewsettings-01b74269.md

latest1.3 KB
Original Source

CardViewSettings.CustomColumnGroup Property

Provides the capability to group data using custom rules.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
ASPxCardViewCustomColumnSortEventHandler

A ASPxCardViewCustomColumnSortEventHandler delegate method allowing you to implement custom processing.

|

See Also

CardViewSettings Class

CardViewSettings Members

DevExpress.Web.Mvc Namespace