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

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.v19.1.dll

Declaration

[Browsable(false)]
public override Color ForeColor { get; set; }

Property Value

Type Description
Color

A Color value.

See Also