XmlSimpleCondition
Class
Represents a serializable correspondence to the SimpleCondtion class.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class XmlSimpleCondition : XmlCondition
Inheritance: objectXmlConditionXmlSimpleCondition
Inherited Members
Constructors
C#
public XmlSimpleCondition()
Properties
Gets or sets the XML property setting for the instance.
C#
public XmlPropertySetting Setting { get; set; }
Gets or sets a value indicating the UnaryOperator used in the condition.
C#
public UnaryOperator UnaryOperator { 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: