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

XtraScrollableControl.ResetBackColor() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public override void ResetBackColor()

Remarks

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

See Also