BootstrapCardViewHeaderFilterEventArgs(BootstrapCardViewColumn, GridHeaderFilterValues) Constructor
Initializes a new instance of the BootstrapCardViewHeaderFilterEventArgs class with the specified settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public BootstrapCardViewHeaderFilterEventArgs(
BootstrapCardViewColumn column,
GridHeaderFilterValues values
)
Parameters
Name | Type | Description |
---|---|---|
column | BootstrapCardViewColumn | A BootstrapCardViewColumn object that is the data column containing the processed header filter. This value is assigned to the BootstrapCardViewHeaderFilterEventArgs.Column property. |
values | GridHeaderFilterValues | A GridHeaderFilterValues enumeration value that specifies the column header’s filter values. This value is assigned to the ASPxGridHeaderFilterEventArgs.Values property. |
See Also