Skip to main content

BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs.Column Property

Gets the data column currently being filtered.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.1.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewDataColumn Column { get; }

Property Value

Type Description
BootstrapGridViewDataColumn

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

See Also