Skip to main content
A newer version of this page is available. .

EditorContainer.ForeColor Property

Gets or sets the control’s foreground color.

Namespace: DevExpress.XtraEditors.Container

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public override Color ForeColor { get; set; }

Property Value

Type Description
Color

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

Remarks

The EditorContainer class’ descendants are controls consisting of multiple visual elements. The controls provide separate settings to customize the appearance of all the visual elements. The current ForeColor property might be ignored by these controls.

See Also