Back to Devexpress

CardViewSettings.BeforeColumnSortingGrouping Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewsettings-19e5f61c.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
ASPxCardViewBeforeColumnSortingGroupingEventHandler

A ASPxCardViewBeforeColumnSortingGroupingEventHandler delegate method allowing you to implement custom processing.

|

See Also

CardViewSettings Class

CardViewSettings Members

DevExpress.Web.Mvc Namespace