Skip to main content
A newer version of this page is available. .

XtraForm.ResetBackColor() Method

Resets the XtraForm.BackColor property back to its default value.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

public override void ResetBackColor()

Remarks

This method sets the form’s XtraForm.BackColor property to the Empty value.

See Also