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

ASPxGridViewAutoFilterEventArgs.Column Property

Gets the data column to be filtered.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewDataColumn Column { get; }

Property Value

Type Description
GridViewDataColumn

A GridViewDataColumn descendant that represents the data column to be filtered.

See Also