XtraScrollableControl.ForeColor Property
In This Article
Gets or sets the control’s foreground color.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#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