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

PropertyDescriptionControl.ResetForeColor() Method

Resets the ForeColor property to its default value.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

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

Remarks

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

See Also