StringFilterCriterion Class

Represents a base class for filter criteria that operate on string values.

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public abstract class StringFilterCriterion : Documents.Spreadsheet.FilterCriterionLeaf

Constructors

StringFilterCriterionlink

Represents a base class for filter criteria that operate on string values.

Declaration
protected StringFilterCriterion()

Properties

Valuelink

Gets or sets the value that this filter criterion checks against.

Declaration
public object Value { get; set; }
Property Value
Type Description
objectGets or sets the value that this filter criterion checks against.

Methods

Matcheslink

Declaration
public override bool Matches(object value)
Parameters
Type Name Description
object value
Returns
Type Description
bool

Matcheslink

Declaration
protected abstract bool Matches(string stringValue, string stringCriterion)
Parameters
Type Name Description
string stringValue
string stringCriterion
Returns
Type Description
bool
An error has occurred. This app may no longer respond until reloaded. Reload 🗙