Skip to main content

NavigatorButtonsBase.UpdateButtonsState() Method

Updates the buttons’ state and the text displayed within the control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void UpdateButtonsState()

Remarks

The UpdateButtonsState method is called automatically by the data navigator each time the currency manager or its position has been changed in order to update its elements (buttons, text) state. This method is used internally and generally you will have no need to call it in your code.

See Also