Skip to main content

PropertyDescriptionControl.ResetBackColor() Method

Resets the BackColor property to its default value.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public override void ResetBackColor()

Remarks

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

See Also