Skip to main content
All docs
V19.2

CardViewSettings.BeforeColumnSorting Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public ASPxCardViewBeforeColumnSortingEventHandler BeforeColumnSorting { get; set; }

Property Value

Type Description
ASPxCardViewBeforeColumnSortingEventHandler

An ASPxCardViewBeforeColumnSortingEventHandler delegate method allowing you to implement custom processing.

See Also