A newer version of this page is available.
Switch to the current version.
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
Public Class DockPanelCollection
Implements ICollection(Of ASPxDockPanel),
IEnumerable(Of ASPxDockPanel),
IEnumerable
Related API Members
The following members accept/return DockPanelCollection objects:
Remarks
The DockPanelCollection instance can be accessed via the ASPxDockZone.Panels and MVCxDockZone.Panels properties.
Inheritance
Object
DockPanelCollection
See Also
Feedback