XtraUserControl.ForeColor Property
Gets or sets the control’s foreground color.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
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