C1.WPF.Calendar Namespace / ReentrantObservableCollection<T> Class / InUpdate Property
InUpdate Property (ReentrantObservableCollection<T>)
In This Topic
Gets a System.Boolean value determining whether the ReentrantObservableCollection<T> is in update mode (BeginUpdate has been called).
Syntax
'Declaration
 
Public ReadOnly Property InUpdate As Boolean
 
See Also