Skip to main content

NavigatorButtonsBase.EndUpdate() Method

Unlocks the NavigatorButtonsBase object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void EndUpdate()

Remarks

See NavigatorButtonsBase.BeginUpdate to learn more.

See Also