RadControls for WPF

Contains values that link two expressions.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.40

Syntax

C#
public enum LogicalOperator
Visual Basic
Public Enumeration LogicalOperator

Members

Member nameValueDescription
And0 Connects two expressions that both must be true.
Or1 Connects two expressions where either one or both must be true.

See Also