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

BaseEdit.ResetBackColor() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public override void ResetBackColor()

Remarks

This method sets the BaseEdit.BackColor property to the Empty value.

See Also