OfficeNavigationBar.IsLockUpdate Property
Gets if this OfficeNavigationBar is currently locked by the OfficeNavigationBar.BeginUpdate method call.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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