Back to Devexpress

BaseListBoxControl.IsLockUpdate Property

windowsforms-devexpress-dot-xtraeditors-dot-baselistboxcontrol-71916893.md

latest2.0 KB
Original Source

BaseListBoxControl.IsLockUpdate Property

Gets whether the current BaseListBoxControl is locked by the BaseListBoxControl.BeginUpdate method.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsLockUpdate { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property IsLockUpdate As Boolean

Property Value

TypeDescription
Boolean

true if the BaseListBoxControl is locked; otherwise, false.

|

Remarks

If the BaseListBoxControl is currently locked by the BaseListBoxControl.BeginUpdate method, the IsLockUpdate property remains true until the BaseListBoxControl.EndUpdate method is called.

See Also

BeginUpdate()

EndUpdate()

BaseListBoxControl Class

BaseListBoxControl Members

DevExpress.XtraEditors Namespace