Back to Devexpress

ASPxDockZone.Panels Property

aspnet-devexpress-dot-web-dot-aspxdockzone-00210dd4.md

latest1.7 KB
Original Source

ASPxDockZone.Panels Property

Provides access to the collection of panels within the current zone.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public DockPanelCollection Panels { get; }
vb
Public ReadOnly Property Panels As DockPanelCollection

Property Value

TypeDescription
DockPanelCollection

An DockPanelCollection collection containing panels.

|

Remarks

Use the Panels property to get access to a collection of panels within the current zone. A particular panel can be accessed using index notation.

To access a collection of panels within the page, use the ASPxDockManager.Panels property.

See Also

Zones

Panels

FindPanelByUID(String)

Docking

ASPxDockZone Class

ASPxDockZone Members

DevExpress.Web Namespace