Skip to main content
Bar

BarCollection.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.v14.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