Back to Devexpress

XtraScrollableControl.ForeColor Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrascrollablecontrol-19222b97.md

latest1.5 KB
Original Source

XtraScrollableControl.ForeColor Property

Gets or sets the control’s foreground color.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Appearance")]
[Browsable(false)]
public override Color ForeColor { get; set; }
vb
<DXCategory("Appearance")>
<Browsable(False)>
Public Overrides Property ForeColor As Color

Property Value

TypeDescription
Color

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

|

See Also

Appearance

ForeColor

XtraScrollableControl Class

XtraScrollableControl Members

DevExpress.XtraEditors Namespace