TcxCustomNavigator.RefreshNavigator Method
Repaints the control due to view modifications.
Declaration
procedure RefreshNavigator;
Remarks
The RefreshNavigator method is called internally to recalculate and repaint a navigator on screen. It in turn calls the Repaint method. The RefreshNavigator method is called when any view information is changed. For instance, this method is called when the button’s Enable property is modified.
See Also