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

BaseStyleControl.ResetBackColor() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void ResetBackColor()

Remarks

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

See Also