Skip to main content
A newer version of this page is available. .
Bar

BarItemCollection.IsUpdating Property

Returns true if the BeginUpdate method has been called, but the corresponding EndUpdate method hasn’t been called yet.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public bool IsUpdating { get; }

Property Value

Type Description
Boolean

true if the BeginUpdate method has been called, but the corresponding EndUpdate method hasn’t been called yet; otherwise, false.

See Also