Back to Devexpress

DockPanelCollection Class

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-08c98e2e.md

latest2.8 KB
Original Source

DockPanelCollection Class

For internal use. Lists the auto-hidden dock panels in the Ribbon End-User Report Designer.

Namespace : DevExpress.XtraReports.UserDesigner

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

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public class DockPanelCollection :
    Collection<DockPanel>
vb
Public Class DockPanelCollection
    Inherits Collection(Of DockPanel)

The following members return DockPanelCollection objects:

Remarks

When switching Ribbon tabs in the End-User Report Designer, their associated auto-hidden DesignDockPanel objects are stored in the DockPanelCollection that is returned by the XRDesignDockManager.SavedAutoHidePanels and XRDesignDockManager.SavedVisiblePanels properties.

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

Inheritance

Object Collection<DockPanel> DockPanelCollection

See Also

DockPanelCollection Members

SavedAutoHidePanels

SavedVisiblePanels

DevExpress.XtraReports.UserDesigner Namespace