SidePanel.ForeColor Property
Gets or sets the fore color of this SidePanel and its child controls.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.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 SidePanel and its child controls. |
See Also