Skip to main content
A newer version of this page is available. .
Tab

DockPanelCollection Class

A collection of panels that are docked to a zone.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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