Click or drag to resize

LogicalOperation Enumeration

The logical operation performed by the LogicalMultiValueConverter

Namespace:  TomsToolbox.Wpf.Converters
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public enum LogicalOperation
Members
  Member nameValueDescription
And0 The logical AND operation; returns true if all items are true.
Or1 The logical OR operation; returns true if any item is true.
See Also