Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / VisualIntervalCollection Class / InUpdate Property

In This Topic
    InUpdate Property (VisualIntervalCollection)
    In This Topic
    Gets a System.Boolean value determining whether the DeferrableObservableCollection<T> is in update mode (BeginUpdate has been called).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InUpdate As Boolean
    public bool InUpdate {get;}
    See Also