Back to Devexpress

XtraForm.ResumeRedraw() Method

windowsforms-devexpress-dot-xtraeditors-dot-xtraform-b0520acf.md

latest1.1 KB
Original Source

XtraForm.ResumeRedraw() Method

Resumes painting the form whose painting had been suspended.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public void ResumeRedraw()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Sub ResumeRedraw

Remarks

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

See Also

XtraForm Class

XtraForm Members

DevExpress.XtraEditors Namespace