Skip to main content

BaseStyleControl.ResetBackColor() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.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