XRDesignPanel.StylesNodeVisibility Property
Specifies whether the Styles node is visible in the Report Explorer.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.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.
To hide the node, set the StylesNodeVisibility property to None.
See Also