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

PanelControl.ResetBackColor() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v20.2.dll

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

Declaration

public override void ResetBackColor()

Remarks

This method sets the panel’s PanelControl.BackColor property to the Empty value.

See Also