BaseCheckedListBoxControl.Refresh() Method
In This Article
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Remarks
The Refresh method recalculates the control view information and then invalidates and redraws the control’s client area.
See Also