Skip to main content

AccordionControl.ForeColor Property

This property is not in effect. To modify the foreground color of an accordion group or item, use the AccordionControlElement.Appearance.Normal.ForeColor property instead.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override Color ForeColor { get; set; }

Property Value

Type Description
Color

 

See Also