Skip to main content

BootstrapCardViewBeforeHeaderFilterFillItemsEventArgs Properties

Provides data for the BootstrapCardView.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