InListCriterion Class

Represents a filter criterion that checks if the value is in a predefined list of values.

Inheritance

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class InListCriterion : Documents.Spreadsheet.FilterCriterionLeaf

Constructors

InListCriterionlink

Represents a filter criterion that checks if the value is in a predefined list of values.

Declaration
public InListCriterion()

Properties

Valueslink

Gets or sets the list of values that this filter criterion checks against.

Declaration
public Object[] Values { get; set; }
Property Value
Type Description
Object[]Gets or sets the list of values that this filter criterion checks against.

Methods

Acceptlink

Declaration
public override void Accept(Documents.Spreadsheet.IFilterCriterionVisitor visitor)
Parameters
Type Name Description
Documents.Spreadsheet.IFilterCriterionVisitor visitor

Matcheslink

Declaration
public override bool Matches(object value)
Parameters
Type Name Description
object value
Returns
Type Description
bool
An error has occurred. This app may no longer respond until reloaded. Reload 🗙