Skip to main content

XtraForm.ResumeRedraw() Method

Resumes painting the form whose painting had been suspended.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public void ResumeRedraw()

Remarks

This method supports the internal infrastructure and is not intended to be used directly from your code.

See Also