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.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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