Skip to main content

XtraForm.ResumeRedraw() Method

Resumes painting the form whose painting had been suspended.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.2.dll

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