Skip to main content

XtraScrollableControl.ResetBackColor() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public override void ResetBackColor()

Remarks

The ResetBackColor method sets the XtraScrollableControl‘s XtraScrollableControl.BackColor property to the Empty value.

See Also