Skip to main content
Tab

DockPanelCollection Class

A collection of panels that are docked to a zone.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DockPanelCollection :
    ICollection<ASPxDockPanel>,
    IEnumerable<ASPxDockPanel>,
    IEnumerable

The following members return DockPanelCollection objects:

Remarks

The DockPanelCollection instance can be accessed via the ASPxDockZone.Panels and MVCxDockZone.Panels properties.

Inheritance

Object
DockPanelCollection
See Also