RadControls for WPF

A collection of rules deriving from the RuleBase type.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.2.611.40

Syntax

C#
public class RuleCollection<T> : DependencyObjectCollection<T>
where T : RuleBase
Visual Basic
Public Class RuleCollection(Of T As RuleBase) _
	Inherits DependencyObjectCollection(Of T)

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        System.Windows.Media.Animation..::..Animatable
          System.Windows..::..FreezableCollection<(Of <(<'T>)>)>
            Telerik.Windows.Data..::..DependencyObjectCollection<(Of <(<'T>)>)>
              Telerik.Windows.Controls..::..RuleCollection<(Of <(<'T>)>)>

See Also