Back to Devexpress

OfficeNavigationBar.IsLockUpdate Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-8b061f6b.md

latest1.8 KB
Original Source

OfficeNavigationBar.IsLockUpdate Property

Gets if this OfficeNavigationBar is currently locked by the OfficeNavigationBar.BeginUpdate method call.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if this OfficeNavigationBar is currently locked by the OfficeNavigationBar.BeginUpdate method call; otherwise, false.

|

Remarks

See OfficeNavigationBar.BeginUpdate to learn more.

See Also

BeginUpdate()

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace