SimpleCondition
Class
SimpleCondition evaluates when a property of an Element equals a certain value.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class SimpleCondition : Condition
Inheritance: objectConditionSimpleCondition
Inherited Members
Constructors
Initializes a new instance of the SimpleCondition class from the setting to check, and the unary operator to use.
C#
public SimpleCondition(IPropertySetting settingToCheck, UnaryOperator unaryOperator)
Initializes a new instance of the SimpleCondition class.
C#
public SimpleCondition(IPropertySetting settingToCheck)
Initializes a new instance of the SimpleCondition class from the property, value and unary operator
C#
public SimpleCondition(RadProperty property, object value, UnaryOperator unaryOperator)
Initializes a new instance of the SimpleCondition class from the property and value
C#
public SimpleCondition(RadProperty property, object value)
Properties
Gets or sets the setting of the current property.
C#
public IPropertySetting Setting { get; set; }
Gets or sets the unary operator of the simple condition.
C#
public UnaryOperator UnaryOperator { get; set; }
Methods
C#
protected override void FillAffectedProperties(List<RadProperty> inList)
Overrides:
Retrieves the string representation of the current instance.