IButtonProperties.IsUpdateLocked Property
Gets whether the current IButton is locked for any visual update.
Namespace: DevExpress.XtraEditors.ButtonPanel
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the current IButton is locked for any visual update; otherwise, false. |
Remarks
The IsUpdateLocked property returns true if an IButton was locked via the IButtonProperties.BeginUpdate and neither IButtonProperties.EndUpdate nor IButtonProperties.CancelUpdate methods have been called yet.
See Also