Back to Devexpress

ASPxDockManager.Panels Property

aspnet-devexpress-dot-web-dot-aspxdockmanager-c8f93069.md

latest2.1 KB
Original Source

ASPxDockManager.Panels Property

Provides access to the collection of panels within the page.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
IEnumerable<ASPxDockPanel>

An IEnumerable<T><ASPxDockPanel,> collection containing panels.

|

Remarks

Use the Panels property to get access to a collection of panels within the page. A particular panel can be accessed using index notation or the ASPxDockManager.FindPanelByUID method.

To access a collection of zones within the page, use the ASPxDockManager.Zones property.

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

See Also

Zones

Panels

FindPanelByUID(String)

Docking

ASPxDockManager Class

ASPxDockManager Members

DevExpress.Web Namespace