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

XtraScrollableControl.ForeColor Property

Gets or sets the control’s foreground color.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

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

Property Value

Type Description
Color

A Color value that specifies the control’s foreground color.

See Also