OfficeNavigationBar.IsLockUpdate Property
In This Article
Gets if this OfficeNavigationBar is currently locked by the OfficeNavigationBar.BeginUpdate method call.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if this Office |
#Remarks
See OfficeNavigationBar.BeginUpdate to learn more.
See Also