DockPanelCollection Class
A collection of panels that are docked to a zone.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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.
Inheritance
Object
DockPanelCollection
See Also