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 Custom
Declaration
public CustomFilterCriteria(ComparisonOperator comparisonOperator, string filterValue)
Parameters
Comparison The comparison operator. |
System. The filter value to which the cell value will be compared. |
Properties
ComparisonOperator
Gets the comparison operator.
Declaration
public ComparisonOperator ComparisonOperator { get; }
Property Value
Comparison The comparison operator. |
FilterValue
Gets the filter value to which the cell value will be compared.
Declaration
public string FilterValue { get; }
Property Value
System. The filter value. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. true if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |