Table of Contents

Property InUpdates

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

InUpdates

Gets whether control is performing updates.

[Browsable(false)]
public bool InUpdates { get; }

Property Value

bool

Remarks

This property is true after call to BeginUpdate() and before call to EndUpdate().