Back to Devexpress

GridViewSettings.CustomColumnGroup Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-beecd3cb.md

latest1.4 KB
Original Source

GridViewSettings.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 ASPxGridViewCustomColumnSortEventHandler CustomColumnGroup { get; set; }
vb
Public Property CustomColumnGroup As ASPxGridViewCustomColumnSortEventHandler

Property Value

TypeDescription
ASPxGridViewCustomColumnSortEventHandler

A ASPxGridViewCustomColumnSortEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

Grid View

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace