Back to Devexpress

SidePanel.ForeColor Property

windowsforms-devexpress-dot-xtraeditors-dot-sidepanel-cb772080.md

latest1.3 KB
Original Source

SidePanel.ForeColor Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Color

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

|

See Also

SidePanel Class

SidePanel Members

DevExpress.XtraEditors Namespace