Back to Devexpress

BootstrapCardViewHeaderFilterEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-fb010d0d.md

latest1.5 KB
Original Source

BootstrapCardViewHeaderFilterEventHandler Delegate

A method that will handle the BootstrapCardView.HeaderFilterFillItems event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public delegate void BootstrapCardViewHeaderFilterEventHandler(
    object sender,
    BootstrapCardViewHeaderFilterEventArgs e
);
vb
Public Delegate Sub BootstrapCardViewHeaderFilterEventHandler(
    sender As Object,
    e As BootstrapCardViewHeaderFilterEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapCardViewHeaderFilterEventArgs |

A BootstrapCardViewHeaderFilterEventArgs object that contains event data.

|

See Also

DevExpress.Web.Bootstrap Namespace