Skip to main content

StyleUsing.UseForeColor Property

Gets or sets a value indicating whether the style’s XRControlStyle.ForeColor property is used by the XRControl object.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool UseForeColor { get; set; }

Property Value

Type Description
Boolean

true if the XRControl object uses the XRControlStyle.ForeColor property; otherwise, false. The default value is true.

See Also