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

BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs.Column Property

Gets the data column currently being filtered.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public BootstrapGridViewDataColumn Column { get; }

Property Value

Type Description
BootstrapGridViewDataColumn

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

See Also