Skip to main content

BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs(BootstrapGridViewDataColumn) Constructor

Initializes a new instance of the BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs class.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs(
    BootstrapGridViewDataColumn column
)

Parameters

Name Type Description
column BootstrapGridViewDataColumn

A BootstrapGridViewDataColumn descendant that is the data column containing the processed header filter. This value is assigned to the BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs.Column property.

Remarks

Instances of the BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also