XmlComplexCondition
Class
Represents a serializable correspodence to the ComplexCondtion class.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class XmlComplexCondition : XmlCondition
Inheritance: objectXmlConditionXmlComplexCondition
Inherited Members
Constructors
C#
public XmlComplexCondition()
Properties
Gets or sets a value indicating the binary operator for the condition.
C#
public BinaryOperator BinaryOperator { get; set; }
Gets or sets a value indicating the first condition.
C#
[Browsable(false)]
public XmlCondition Condition1 { get; set; }
Gets or sets a value indicating the second condition.
C#
[Browsable(false)]
public XmlCondition Condition2 { get; set; }
Methods
Creates a new instance of the Condition class.
Deserializes the properties for a given condition.
C#
protected override void DeserializeProperties(Condition selector)
Overrides:
Retrieves a hash code for the current instance.