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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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