Skip to main content

GroupAndSortDockPanel(DockManager, DockingStyle) Constructor

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

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public GroupAndSortDockPanel(
    DockManager dockManager,
    DockingStyle dock
)

Parameters

Name Type Description
dockManager DockManager

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

dock DockingStyle

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

See Also