Skip to main content
Tab

DockPanelCollection(ASPxDockZone) Constructor

Initializes a new instance of the DockPanelCollection class with the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DockPanelCollection(
    ASPxDockZone zone
)

Parameters

Name Type Description
zone ASPxDockZone

An ASPxDockZone object specifying a zone that will own the collection.

Remarks

This constructor is used to create a new instance of the DockPanelCollection class, specifying the zone to which the collection belongs. The collection can be accessed via the ASPxDockZone.Panels property.

See Also