ClassRuleCollection<T>
Class
A collection of rules deriving from the RuleBase type.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Type Parameters:
T
Syntax:
cs-api-definition
public class RuleCollection<T> : DependencyObjectCollection<T> where T : RuleBase
Inheritance: objectDependencyObjectCollection<T>RuleCollection<T>
Constructors
RuleCollection()
Declaration
cs-api-definition
public RuleCollection()