Skip to main content

BootstrapGridViewSettingsBuilder.ShowHeaderFilterBlankItems(Boolean) Method

Sets a value that specifies whether the filter dropdown contains service filter items (‘Blanks’ and ‘Non blanks’) to allow filtering data by blank and non blank values.

Namespace: DevExpress.AspNetCore.Bootstrap

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

Declaration

public BootstrapGridViewSettingsBuilder ShowHeaderFilterBlankItems(
    bool showHeaderFilterBlankItems
)

Parameters

Name Type
showHeaderFilterBlankItems Boolean

Returns

Type
BootstrapGridViewSettingsBuilder

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also