NavigatorButtonsBase.UpdateButtonsState() Method
Updates the buttons’ state and the text displayed within the control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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