Back to Devexpress

LookUpEditBase.Refresh() Method

windowsforms-devexpress-dot-xtraeditors-dot-lookupeditbase-1d4e0704.md

latest1.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public sealed override void Refresh()
vb
Public NotOverridable Overrides Sub Refresh

Remarks

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

See Also

LookUpEditBase Class

LookUpEditBase Members

DevExpress.XtraEditors Namespace