Class CustomFilterCriteria
Describes a criteria used by the CustomFilter
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Filtering
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CustomFilterCriteria
Constructors
CustomFilterCriteria(ComparisonOperator, String)
Initializes a new instance of the CustomFilterCriteria class.
Declaration
public CustomFilterCriteria(ComparisonOperator comparisonOperator, string filterValue)
Parameters
ComparisonOperator
comparisonOperator
The comparison operator. |
System.String
filterValue
The filter value to which the cell value will be compared. |
Properties
ComparisonOperator
Gets the comparison operator.
Declaration
public ComparisonOperator ComparisonOperator { get; }
Property Value
ComparisonOperator
The comparison operator. |
FilterValue
Gets the filter value to which the cell value will be compared.
Declaration
public string FilterValue { get; }
Property Value
System.String
The filter value. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with the current System.Object. |
Returns
System.Boolean
true if the specified System.Object is equal to the current System.Object; otherwise, false. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for the current System.Object. |