Represents a filter criterion that checks if the value is in a predefined list of values.
Object
Documents.Spreadsheet.FilterCriterion
Documents.Spreadsheet.FilterCriterionLeaf
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public class InListCriterion : Documents.Spreadsheet.FilterCriterionLeafRepresents a filter criterion that checks if the value is in a predefined list of values.
public InListCriterion()Gets or sets the list of values that this filter criterion checks against.
public Object[] Values { get; set; }
| Type | Description |
|---|---|
| Object[] | Gets or sets the list of values that this filter criterion checks against. |
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 |