Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / CoverElementsPane Class / _hostElementsList Field

In This Topic
    _hostElementsList Field (CoverElementsPane)
    In This Topic
    Keeps the list of child FrameworkElements covered by the ICoverElementsPane which have CoverElementsPane.Orientation property set.
    Syntax
    'Declaration
     
    
    Protected _hostElementsList As List(Of FrameworkElement)
    protected List<FrameworkElement> _hostElementsList
    See Also