Skip to main content

CardViewSettings.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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxCardViewBeforeColumnSortingGroupingEventHandler BeforeColumnSortingGrouping { get; set; }

Property Value

Type Description
ASPxCardViewBeforeColumnSortingGroupingEventHandler

A ASPxCardViewBeforeColumnSortingGroupingEventHandler delegate method allowing you to implement custom processing.

See Also