Skip to main content
A newer version of this page is available. .
Tab

ASPxCardViewBeforeColumnSortingGroupingEventArgs.Column Property

Gets a column whose sort or group order has been changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CardViewColumn Column { get; }

Property Value

Type Description
CardViewColumn

A CardViewColumn object that represents the processed data column.

See Also