Skip to main content

MVCxGridViewProperties.BeforeColumnSortingGrouping Property

Enables you to perform custom processing before a column is sorted or grouped.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxGridViewBeforeColumnGroupingSortingEventHandler BeforeColumnSortingGrouping { get; set; }

Property Value

Type Description
ASPxGridViewBeforeColumnGroupingSortingEventHandler

A ASPxGridViewBeforeColumnGroupingSortingEventHandler delegate method allowing you to implement custom processing.

Remarks

Implement a ASPxGridViewBeforeColumnGroupingSortingEventHandler delegate method and assign it to the BeforeColumnSortingGrouping property. For more implementation details, refer to the ASPxGridViewBeforeColumnGroupingSortingEventHandler delegate description.

See Also