Skip to main content
A newer version of this page is available. .

NavigatorButtonsBase.LayoutChanged() Method

Redraws the control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
public void LayoutChanged()

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