XtraUserControl.ForeColor Property
Gets or sets the control’s foreground color.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v26.1.dll
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