Enum
LogicalOperator

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:

cs-api-definition
public enum LogicalOperator

Fields

And

Both criteria must be satisfied for the filter to match.

Declaration

cs-api-definition
And = 0

Field Value

LogicalOperator

Or

Either criterion can be satisfied for the filter to match.

Declaration

cs-api-definition
Or = 1

Field Value

LogicalOperator

In this article
DefinitionFieldsAndOr
Not finding the help you need?
Contact Support