SidePanel.ForeColor Property
In This Article
Gets or sets the fore color of this SidePanel and its child controls.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#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 Side |
See Also