Back to Devexpress

PropertyDescriptionControl.ResetForeColor() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertydescriptioncontrol-69e01c26.md

latest1.3 KB
Original Source

PropertyDescriptionControl.ResetForeColor() Method

Resets the ForeColor property to its default value.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public override void ResetForeColor()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Sub ResetForeColor

Remarks

This method sets the PropertyDescriptionControl‘s Appearance.Description.ForeColor property to the Color.Empty value.

See Also

PropertyDescriptionControl Class

PropertyDescriptionControl Members

DevExpress.XtraVerticalGrid Namespace