Skip to main content
A newer version of this page is available. .
Tab

ASPxDockZone.Panels Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public DockPanelCollection Panels { get; }

Property Value

Type Description
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