Skip to main content
A newer version of this page is available. .

OfficeNavigationBar.IsLockUpdate Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public bool IsLockUpdate { get; }

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