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

IButtonProperties.IsUpdateLocked Property

Gets whether the current IButton is locked for any visual update.

Namespace: DevExpress.XtraEditors.ButtonPanel

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("Behavior")]
bool IsUpdateLocked { get; }

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