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.v24.1.dll
NuGet Package: DevExpress.Web
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