Back to Devexpress

XtraUserControl.ForeColor Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrausercontrol-a470d592.md

latest1.4 KB
Original Source

XtraUserControl.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")]
public override Color ForeColor { get; set; }
vb
<DXCategory("Appearance")>
Public Overrides Property ForeColor As Color

Property Value

TypeDescription
Color

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

|

Remarks

This property is in sync with the ForeColor property of the XtraUserControl.Appearance object.

See Also

XtraUserControl Class

XtraUserControl Members

DevExpress.XtraEditors Namespace