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

FormattingRuleCollection.GetEffectiveStyle() Method

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.v18.2.dll

Declaration

public XRControlStyle GetEffectiveStyle()

Returns

Type Description
XRControlStyle

An XRControlStyle object, specifying the actual values of appearance properties.

Remarks

For more information on using this method, refer to the appearance properties (e.g. BackColor, ForeColor, etc.) of a formatting rule’s FormattingRule.Formatting object.

See Also