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

LookUpEditBase.Refresh() Method

Forces the control to invalidate its client area and immediately redraw itself and any child controls.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public override sealed void Refresh()

Remarks

The Refresh method recalculates the control’s view information and then invalidates and redraws the control’s client area.

See Also