Back to Devexpress

ASPxDockManager.Zones Property

aspnet-devexpress-dot-web-dot-aspxdockmanager-59960fc2.md

latest2.1 KB
Original Source

ASPxDockManager.Zones Property

Provides access to the collection of zones within the page.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public IEnumerable<ASPxDockZone> Zones { get; }
vb
Public ReadOnly Property Zones As IEnumerable(Of ASPxDockZone)

Property Value

TypeDescription
IEnumerable<ASPxDockZone>

An IEnumerable<T><ASPxDockZone,> collection containing zones.

|

Remarks

Use the Zones property to get access to a collection of zones within the page. A particular zone can be accessed using index notation or the ASPxDockManager.FindZoneByUID method.

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

To access a collection of panels docked in a particular zone, use the ASPxDockZone.Panels property.

See Also

ASPxDockManager.Panels

ASPxDockZone.Panels

FindZoneByUID(String)

Docking

ASPxDockManager Class

ASPxDockManager Members

DevExpress.Web Namespace