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

PropertyDescriptionControl.ResetBackColor() Method

Resets the BackColor property to its default value.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public override void ResetBackColor()

Remarks

This method sets the PropertyDescriptionControl.BackColor property to the Color.Empty value.

See Also