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

ASPxCardViewBeforeHeaderFilterFillItemsEventArgs.Column Property

Gets the data column currently being filtered.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewColumn Column { get; }

Property Value

Type Description
CardViewColumn

A CardViewColumn object that represents the data column currently being filtered.

See Also