Back to Devexpress

BaseCheckedListBoxControl.Refresh() Method

windowsforms-devexpress-dot-xtraeditors-dot-basecheckedlistboxcontrol-59e3abd1.md

latest1.1 KB
Original Source

BaseCheckedListBoxControl.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 override void Refresh()
vb
Public Overrides Sub Refresh

Remarks

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

See Also

BaseCheckedListBoxControl Class

BaseCheckedListBoxControl Members

DevExpress.XtraEditors Namespace