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

XRDesignPanel.StylesNodeVisibility Property

Specifies the visibility of visual report styles within the Report Designer.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

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

Property Value

Type Default Description
ComponentVisibility **ReportExplorer**

A ComponentVisibility enumeration value.

Available values:

Name Description
None

The components are not displayed in the Report Designer.

ComponentTray

For internal use. The components are displayed in the Component Tray (no longer available in the Report Designer GUI).

ReportExplorer

The components are displayed in the Report Explorer.

Remarks

By default, the Report Explorer panel displays the Styles node that provides access to styles available for the current report. To hide this node, set the StylesNodeVisibility property to ComponentVisibility.None.

See Also