Skip to main content

XRDesignPanel.FormattingRulesNodeVisibility Property

Specifies whether the Formatting Rules node is visible in the Report Explorer.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

[DefaultValue(ComponentVisibility.ReportExplorer)]
public ComponentVisibility FormattingRulesNodeVisibility { get; set; }

Property Value

Type Default Description
ComponentVisibility ReportExplorer

The Formatting Rules node visibility type.

Remarks

The Formatting Rules node in the Report Explorer displays formatting rules available for the current report.

Report Explorer Formatting Rules node

To hide the node, set the FormattingRulesNodeVisibility property to None.

Note

Formatting rules are available only in the legacy binding mode, when the UserDesignerOptions.DataBindingMode is set to DataBindingMode.Bindings.

See Also