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

SidePanel.ForeColor Property

Gets or sets the fore color of this SidePanel and its child controls.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

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

Property Value

Type Description
Color

A Color that is the fore color of this SidePanel and its child controls.

See Also