Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • ReportExplorerDockPanel(DockManager, DockingStyle) Constructor

    Initializes a new instance of the ReportExplorerDockPanel class with the specified docking style and owner.

    Namespace: DevExpress.Snap.Extensions.UI

    Assembly: DevExpress.Snap.v21.2.Extensions.dll

    NuGet Package: DevExpress.Win.Snap

    Declaration

    public ReportExplorerDockPanel(
        DockManager dockManager,
        DockingStyle dock
    )

    Parameters

    Name Type Description
    dockManager DockManager

    A DockManager that is the owner of the created object. This value is assigned to the DockPanel.DockManager property.

    dock DockingStyle

    A DockingStyle enumeration value that specifies the docking style of the created object. This value is assigned to the DockPanel.Dock property.

    See Also