Property InUpdates
InUpdates
Gets whether control is performing updates.
[Browsable(false)]
public bool InUpdates { get; }
Property Value
Remarks
This property is true
after call to BeginUpdate()
and before call to EndUpdate().
Gets whether control is performing updates.
[Browsable(false)]
public bool InUpdates { get; }
This property is true
after call to BeginUpdate()
and before call to EndUpdate().