Class RuleBase
A base class defining a rule.
Inheritance
System.Object
RuleBase
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public abstract class RuleBase : DependencyObject
Constructors
RuleBase()
Declaration
protected RuleBase()
Fields
ConditionProperty
Identifies the Condition dependency property.
Declaration
public static readonly DependencyProperty ConditionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Condition
Gets or sets the condition for this rule.
Declaration
public Expression Condition { get; set; }
Property Value
System.Linq.Expressions.Expression
|