RadControls for WinForms

The SimpleCondition type exposes the following members.

Constructors

  NameDescription
Public methodSimpleCondition(IPropertySetting)
Initializes a new instance of the SimpleCondition class.
Public methodSimpleCondition(IPropertySetting, UnaryOperator)
Initializes a new instance of the SimpleCondition class from the setting to check, and the unary operator to use.
Public methodSimpleCondition(RadProperty, Object)
Initializes a new instance of the SimpleCondition class from the property and value
Public methodSimpleCondition(RadProperty, Object, UnaryOperator)
Initializes a new instance of the SimpleCondition class from the property, value and unary operator

Methods

  NameDescription
Public methodEvaluate
Evaluates the target RadElement using the unary operator.
(Overrides Condition..::..Evaluate(RadObject).)
Protected methodFillAffectedEvents (Inherited from Condition.)
Protected methodFillAffectedProperties (Overrides Condition..::..FillAffectedProperties(List<(Of <<'(RadProperty>)>>)).)
Public methodToString
Retrieves the string representation of the current instance.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAffectedEvents
Retrieves a list of the affected events of the current condition.
(Inherited from Condition.)
Public propertyAffectedProperties
Retrieves a list of the affected properties of the current condition.
(Inherited from Condition.)
Public propertySetting
Gets or sets the setting of the current property.
Public propertyUnaryOperator
Gets or sets the unary operator of the simple condition.

See Also