ASPxDockZone.Panels Property
In This Article
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DockPanelCollection Panels { get; }
#Property Value
Type | Description |
---|---|
Dock |
An Dock |
#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