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

In This Topic
    CoverElementChunkCollection Constructor
    In This Topic
    Initializes the new instance of the CoverElementChunkCollection collection.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As CoverElement _
    )
    public CoverElementChunkCollection( 
       CoverElement owner
    )

    Parameters

    owner
    The owning CoverElement object.
    See Also