Skip to main content

XRDesignPanel.StylesNodeVisibility Property

Specifies whether the Styles 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 StylesNodeVisibility { get; set; }

Property Value

Type Default Description
ComponentVisibility ReportExplorer

The Styles node visibility type.

Remarks

The Styles node in the Report Explorer displays styles available for the current report.

Report Explorer Styles node

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

See Also