Skip to main content

XRDesignDockManager.SavedAutoHidePanels Property

For internal use.

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public DockPanelCollection SavedAutoHidePanels { get; }

Property Value

Type Description
DockPanelCollection

A DockPanelCollection object, storing the hidden 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