Back to Devexpress

PropertyDescriptionControl.ForeColor Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertydescriptioncontrol-10d26059.md

latest1.5 KB
Original Source

PropertyDescriptionControl.ForeColor Property

Gets or sets the control’s foreground color. This property is not supported, use the Appearance.Description.ForeColor 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 ForeColor { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property ForeColor As Color

Property Value

TypeDescription
Color

A Color value.

|

See Also

PropertyDescriptionControl Class

PropertyDescriptionControl Members

DevExpress.XtraVerticalGrid Namespace