Back to Devexpress

PropertyDescriptionControl.ResetBackColor() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertydescriptioncontrol-720b8e1a.md

latest1.3 KB
Original Source

PropertyDescriptionControl.ResetBackColor() Method

Resets the BackColor 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 ResetBackColor()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Sub ResetBackColor

Remarks

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

See Also

PropertyDescriptionControl Class

PropertyDescriptionControl Members

DevExpress.XtraVerticalGrid Namespace