RuleCollection<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:
C#
public class RuleCollection<T> : DependencyObjectCollection<T> where T : RuleBase
Inheritance: objectDependencyObjectCollection<T>RuleCollection<T>
Constructors
C#
public RuleCollection()