Skip to main content

XtraForm.SuspendRedraw() Method

Suspends painting the form.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Remarks

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

See Also