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

BootstrapCardViewHeaderFilterEventHandler Delegate

A method that will handle the BootstrapCardView.HeaderFilterFillItems event.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public delegate void BootstrapCardViewHeaderFilterEventHandler(
    object sender,
    BootstrapCardViewHeaderFilterEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e BootstrapCardViewHeaderFilterEventArgs

A BootstrapCardViewHeaderFilterEventArgs object that contains event data.

See Also