Represents a filter criterion that matches only if the value is null.
Object
Documents.Spreadsheet.FilterCriterion
Documents.Spreadsheet.FilterCriterionLeaf
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public class IsNullCriterion : Documents.Spreadsheet.FilterCriterionLeafRepresents a filter criterion that matches only if the value is null.
public IsNullCriterion()public override void Accept(Documents.Spreadsheet.IFilterCriterionVisitor visitor)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.IFilterCriterionVisitor | visitor |
public override bool Matches(object value)
| Type | Name | Description |
|---|---|---|
| object | value |
| Type | Description |
|---|---|
| bool |