Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / CoverElementChunk Class / CoveredElements Property

In This Topic
    CoveredElements Property (CoverElementChunk)
    In This Topic
    Gets the CoveredElementsCollection object representing the collection of elements covered by this CoverElementChunk object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CoveredElements As CoveredElementsCollection
    public CoveredElementsCollection CoveredElements {get;}
    See Also