Represents a base class for filter criteria that operate on string values.
Object
Documents.Spreadsheet.FilterCriterion
Documents.Spreadsheet.FilterCriterionLeaf
Documents.Spreadsheet.StartsWithCriterion
Documents.Spreadsheet.DoesNotStartWithCriterion
Documents.Spreadsheet.EndsWithCriterion
Documents.Spreadsheet.DoesNotEndWithCriterion
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public abstract class StringFilterCriterion : Documents.Spreadsheet.FilterCriterionLeafRepresents a base class for filter criteria that operate on string values.
protected StringFilterCriterion()Gets or sets the value that this filter criterion checks against.
public object Value { get; set; }
| Type | Description |
|---|---|
| object | Gets or sets the value that this filter criterion checks against. |
public override bool Matches(object value)
| Type | Name | Description |
|---|---|---|
| object | value |
| Type | Description |
|---|---|
| bool |
protected abstract bool Matches(string stringValue, string stringCriterion)
| Type | Name | Description |
|---|---|---|
| string | stringValue | |
| string | stringCriterion |
| Type | Description |
|---|---|
| bool |