Skip to main content
A newer version of this page is available. .

FormattingRuleCollection.Style Property

OBSOLETE

The Style property is now obsolete. Use the GetEffectiveStyle() method instead.

Returns the style object representing the appearance applied to a control by the rules from the FormattingRuleCollection, and whose FormattingRule.Condition is true.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[Obsolete("The Style property is now obsolete. Use the GetEffectiveStyle method instead.")]
public XRControlStyle Style { get; }

Property Value

Type Description
XRControlStyle

An XRControlStyle object containing appearance properties.

Remarks

The Style property is now obsolete. Use the FormattingRuleCollection.GetEffectiveStyle method instead.

See Also