Gets a value indicating whether items are currently updating in the collection without refreshing the user interface, between BeginUpdateItems()()() and EndUpdateItems()()() method calls.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public virtual bool IsUpdatingItems { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property IsUpdatingItems As Boolean

See Also