Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CoverElementsPane Class / _needSort Field

In This Topic
    _needSort Field (CoverElementsPane)
    In This Topic
    Determines whether HostElementsList should be sorted after it is filled.
    Syntax
    'Declaration
     
    
    Protected _needSort As Boolean
    protected bool _needSort
    Remarks
    Set this property to true in the IsPaneElementInternal override if collected host elements should be sorted after collection.
    See Also