Back to Devexpress

DockPanelCollection Class

aspnet-devexpress-dot-web-a09bf470.md

latest1.7 KB
Original Source

DockPanelCollection Class

A collection of panels that are docked to a zone.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class DockPanelCollection :
    ICollection<ASPxDockPanel>,
    IEnumerable<ASPxDockPanel>,
    IEnumerable
vb
Public Class DockPanelCollection
    Implements ICollection(Of ASPxDockPanel),
               IEnumerable(Of ASPxDockPanel),
               IEnumerable

The following members return DockPanelCollection objects:

Remarks

The DockPanelCollection instance can be accessed via the ASPxDockZone.Panels and MVCxDockZone .Panels properties.

Implements

ICollection<ASPxDockPanel>

IEnumerable<ASPxDockPanel>

IEnumerable

Inheritance

Object DockPanelCollection

See Also

DockPanelCollection Members

DevExpress.Web Namespace