LogicalOperator
Enum
Logical operators that combine two custom filter criteria into a single filter condition.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Filtering
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public enum LogicalOperator
Fields
Both criteria must be satisfied for the filter to match.
C#
And = 0
Either criterion can be satisfied for the filter to match.
C#
Or = 1