Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / NestedPropertySetterCollection Class
Members

In This Topic
    NestedPropertySetterCollection Class
    In This Topic
    Represents a collection of NestedPropertySetter objects.
    Object Model
    NestedPropertySetterCollection Class
    Syntax
    'Declaration
     
    
    Public Class NestedPropertySetterCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of NestedPropertySetter)
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.ObservableCollection<T>
             C1.WPF.Schedule.NestedPropertySetterCollection

    See Also