FormattingRuleCollection(XRControl) Constructor
Initializes a new instance of the FormattingRuleCollection class with the specified owner.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | XRControl | An XRControl class descendant that specifies the control which will be the owner of this collection. |
Remarks
Normally, you don’t need to use this constructor. An object of the FormattingRuleCollection class is automatically instantiated when an XRControl class or its descendant is created. You can access the appropriate FormattingRuleCollection object using the XRControl.FormattingRules property of a control.
See Also