DockPanelCollection Class
In This Article
A collection of panels that are docked to a zone.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class DockPanelCollection :
ICollection<ASPxDockPanel>,
IEnumerable<ASPxDockPanel>,
IEnumerable
#Related API Members
The following members return DockPanelCollection objects:
#Remarks
The DockPanelCollection instance can be accessed via the ASPxDockZone.Panels and MVCxDockZone.Panels properties.
See Also