NavigatorButtonsBase.LayoutChanged() Method
Redraws the control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
The LayoutChanged method recalculates the control’s graphical information and redraws it. This method is called automatically when global changes are applied to the control (for example, when changing the control’s style, clicking/pressing buttons, etc).
Generally, this method is used for internally and you will have no need to use it in your applications. Note that calling this method takes no effect if the NavigatorButtonsBase.BeginUpdate method has been called.
See Also