Represents a MultiBinding converter that evaluates a logical expression built as
a source list items joined with a specified logical operator.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public class LogicalOperationMultiConverter : IMultiValueConverter |
Visual Basic (Declaration) |
---|
Public Class LogicalOperationMultiConverter _ Implements IMultiValueConverter |
Remarks
LogicalOperationMultiConverter is a two-way converter. A source
list items must be of the Boolean type, a converter parameter defines an operator
which is applied to source items, and a target value is Boolean result of evaluation
of
the expression. During a back conversion, all the source items are set to the target
value.