Version

ConditionalOperator Property

Gets or sets the operator which defines how to logically combine Condition1 and Condition2
Syntax
public ConditionalOperator ConditionalOperator {get; set;}

Property Value

And to require both conditions to pass for the data to be filtered in. Or to allow data to be filtered in when one or both conditions are met.
Exceptions
ExceptionDescription
Infragistics.Documents.Excel.MockClasses.InvalidEnumArgumentExceptionThe value assigned is not defined in the ConditionalOperator enumeration.
Remarks

When both Condition1 and Condition2 are set, the ConditionalOperator is used to determine how the conditions should be logically combined. If only Condition1 is set and Condition2 is null, then ConditionalOperator is ignored.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also