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

BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs Properties

Provides data for the BootstrapGridView.BeforeHeaderFilterFillItems event.
Name Description
Column Gets the data column currently being filtered.
Handled Specifies whether the BeforeHeaderFilterFillItems event is handled. Inherited from ASPxGridBeforeHeaderFilterFillItemsEventArgs.
Values Gets a collection that contains the header filer values. Inherited from ASPxGridHeaderFilterEventArgs.
See Also