Back to Devexpress

IButtonProperties.IsUpdateLocked Property

windowsforms-devexpress-dot-xtraeditors-dot-buttonpanel-dot-ibuttonproperties-fdc51c85.md

latest2.2 KB
Original Source

IButtonProperties.IsUpdateLocked Property

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

Namespace : DevExpress.XtraEditors.ButtonPanel

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Behavior")]
bool IsUpdateLocked { get; }
vb
<DXCategory("Behavior")>
ReadOnly Property IsUpdateLocked As Boolean

Property Value

TypeDescription
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

BeginUpdate()

EndUpdate()

CancelUpdate()

IButtonProperties Interface

IButtonProperties Members

DevExpress.XtraEditors.ButtonPanel Namespace