Back to Devexpress

EditorContainer.ForeColor Property

windowsforms-devexpress-dot-xtraeditors-dot-container-dot-editorcontainer-85ce94d8.md

latest1.6 KB
Original Source

EditorContainer.ForeColor Property

Gets or sets the control’s foreground color.

Namespace : DevExpress.XtraEditors.Container

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override Color ForeColor { get; set; }
vb
<Browsable(False)>
Public Overrides Property ForeColor As Color

Property Value

TypeDescription
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

EditorContainer Class

EditorContainer Members

DevExpress.XtraEditors.Container Namespace