FilterValue.CreateShowNonBlanksValue(String, String) Method
OBSOLETE
Use the CreateShowNonBlanksValue method instead.
Returns the (Non blanks) filter item used to filter a column by non blank values.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
[Obsolete("Use the CreateShowNonBlanksValue(GridViewDataColumn column, string text) method instead.")]
public static FilterValue CreateShowNonBlanksValue(
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 non blank values. |
See Also