Skip to main content
A newer version of this page is available.
All docs
V19.1

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.1.dll

Declaration

public ASPxCardViewBeforeColumnSortingEventHandler BeforeColumnSorting { get; set; }

Property Value

Type Description
ASPxCardViewBeforeColumnSortingEventHandler

An ASPxCardViewBeforeColumnSortingEventHandler delegate method allowing you to implement custom processing.

See Also