Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / NestedPropertySetterCollection Class / NestedPropertySetterCollection Constructor
The owning object.

In This Topic
    NestedPropertySetterCollection Constructor
    In This Topic
    Initialize a new instance of the NestedPropertySetterCollection class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As Object _
    )
    public NestedPropertySetterCollection( 
       object owner
    )

    Parameters

    owner
    The owning object.
    See Also