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

BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs(BootstrapGridViewDataColumn) Constructor

Initializes a new instance of the BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs class.

Namespace: DevExpress.Web.Bootstrap

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

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