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

FilterValue.CreateShowBlanksValue(String, String) Method

OBSOLETE

Use the CreateShowBlanksValue method instead.

Returns the (Blanks) filter item used to filter a column by blank values.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[Obsolete("Use the CreateShowBlanksValue(GridViewDataColumn column, string text) method instead.")]
public static FilterValue CreateShowBlanksValue(
    string fieldName,
    string text
)

Parameters

Name Type Description
fieldName String

A String value that specifies the name of a data field whose values to be filtered.

text String

A String value that specifies the item’s display text.

Returns

Type Description
FilterValue

Returns the filter item used to filter by blank values.

See Also