aspnet-devexpress-dot-web-a09bf470.md
A collection of panels that are docked to a zone.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class DockPanelCollection :
ICollection<ASPxDockPanel>,
IEnumerable<ASPxDockPanel>,
IEnumerable
Public Class DockPanelCollection
Implements ICollection(Of ASPxDockPanel),
IEnumerable(Of ASPxDockPanel),
IEnumerable
The following members return DockPanelCollection objects:
The DockPanelCollection instance can be accessed via the ASPxDockZone.Panels and MVCxDockZone .Panels properties.
Object DockPanelCollection
See Also