Scheduler for UWP | ComponentOne
C1.Xaml.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
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class NestedPropertySetterCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of NestedPropertySetter)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class NestedPropertySetterCollection : System.Collections.ObjectModel.ObservableCollection<NestedPropertySetter> 
    Inheritance Hierarchy

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

    See Also