Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CoverElement Class / Chunks Property

In This Topic
    Chunks Property (CoverElement)
    In This Topic
    Gets a list of CoverElementChunk elements that constitute this CoverElement UI.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Chunks As CoverElementChunkCollection
    public CoverElementChunkCollection Chunks {get;}
    See Also