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

XRDesignDockManager.SavedVisiblePanels Property

For internal use. Maintains the visibility state of the auto-hidden dock panels when switching the associated tabs in the Ribbon End-User Report Designer.

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

[Browsable(false)]
public DockPanelCollection SavedVisiblePanels { get; }

Property Value

Type Description
DockPanelCollection

A DockPanelCollection object, storing the visible DesignDockPanel objects.

Remarks

To maintain the visibility of dock panels in the End-User Report Designer, use the DockPanel.Visibility property of the DesignDockPanel.

See Also