Skip to main content

BootstrapGridViewHeaderFilterEventArgs(BootstrapGridViewDataColumn, GridHeaderFilterValues) Constructor

Initializes a new instance of the BootstrapGridViewHeaderFilterEventArgs class with the specified settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewHeaderFilterEventArgs(
    BootstrapGridViewDataColumn column,
    GridHeaderFilterValues values
)

Parameters

Name Type Description
column BootstrapGridViewDataColumn

A BootstrapGridViewDataColumn object that is the processed data column. This value is assigned to the BootstrapGridViewHeaderFilterEventArgs.Column property.

values GridHeaderFilterValues

A GridHeaderFilterValues object containing filter values. This value is assigned to the ASPxGridHeaderFilterEventArgs.Values property.

Remarks

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

See Also