Skip to main content

FormattingRuleCollection(XRControl) Constructor

Initializes a new instance of the FormattingRuleCollection class with the specified owner.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public FormattingRuleCollection(
    XRControl owner
)

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