Back to Devexpress

PropertyDescriptionControl.BackColor Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertydescriptioncontrol-9bc7ad41.md

latest1.7 KB
Original Source

PropertyDescriptionControl.BackColor Property

Gets or sets the control’s background color. This property is not supported, use the Appearance.Panel.BackColor property instead.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Color BackColor { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property BackColor As Color

Property Value

TypeDescription
Color

A Color value.

|

Remarks

The control’s background color can be customized only when the control is not painted using a skinning painting scheme.

See Also

PropertyDescriptionControl Class

PropertyDescriptionControl Members

DevExpress.XtraVerticalGrid Namespace