Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / NestedPropertySetterCollection Class
Members

In This Topic
    NestedPropertySetterCollection Class
    In This Topic
    Represents a collection of NestedPropertySetter objects.
    Object Model
    NestedPropertySetterCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Class NestedPropertySetterCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of NestedPropertySetter)
    [DefaultMember("Item")]
    public class NestedPropertySetterCollection : System.Collections.ObjectModel.ObservableCollection<NestedPropertySetter> 
    Inheritance Hierarchy

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

    See Also