OfficeNavigationBar.IsLockUpdate Property
Gets if this OfficeNavigationBar is currently locked by the OfficeNavigationBar.BeginUpdate method call.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v26.1.dll
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