Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoverElementCollection Class / CoverElementCollection Constructor
An owning CoverElementsPane pane.

In This Topic
    CoverElementCollection Constructor
    In This Topic
    Initializes a new instance of the CoverElementCollection class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As CoverElementsPane _
    )
    public CoverElementCollection( 
       CoverElementsPane owner
    )

    Parameters

    owner
    An owning CoverElementsPane pane.
    See Also