Skip to main content

BootstrapCardViewBeforeHeaderFilterFillItemsEventArgs(BootstrapCardViewColumn) Constructor

Initializes a new instance of the BootstrapCardViewBeforeHeaderFilterFillItemsEventArgs class.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapCardViewBeforeHeaderFilterFillItemsEventArgs(
    BootstrapCardViewColumn column
)

Parameters

Name Type Description
column BootstrapCardViewColumn

An BootstrapCardViewColumn supported object that is the data column containing the processed header filter. This value is assigned to the BootstrapCardViewBeforeHeaderFilterFillItemsEventArgs.Column property.

See Also