Back to Devexpress

GridViewSettings.BeforeColumnSortingGrouping Property

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

latest1.6 KB
Original Source

GridViewSettings.BeforeColumnSortingGrouping Property

Provides an opportunity to obtain the column sorting or grouping parameters and to perform some action before a column is sorted or grouped.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxGridViewBeforeColumnGroupingSortingEventHandler BeforeColumnSortingGrouping { get; set; }
vb
Public Property BeforeColumnSortingGrouping As ASPxGridViewBeforeColumnGroupingSortingEventHandler

Property Value

TypeDescription
ASPxGridViewBeforeColumnGroupingSortingEventHandler

A ASPxGridViewBeforeColumnGroupingSortingEventHandler 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