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.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
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