ClassRuleBase
Class
A base class defining a rule.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public abstract class RuleBase : DependencyObject
Inheritance: objectRuleBase
Derived Classes:
Constructors
RuleBase()
Declaration
cs-api-definition
protected RuleBase()
Fields
ConditionProperty
Identifies the Condition dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ConditionProperty
Field Value
DependencyProperty
Properties
Condition
Gets or sets the condition for this rule.
Declaration
cs-api-definition
[TypeConverter(typeof(ExpressionTypeConverter))]
public Expression Condition { get; set; }
Property Value