Back to Devexpress

PanelCollection Class

aspnet-devexpress-dot-web-fec36f6b.md

latest2.0 KB
Original Source

PanelCollection Class

A collection that stores a single container for the panel contents.
This class supports the internal infrastructure of DevExpress control hierarchy realization and is mostly used to create the panel contents declaratively, in ASP.NET markup (see samples for ASPxPanel, ASPxRoundPanel, and ASPxCallbackPanel). To create the panel contents at run-time (in code-behind files), use the ASPxPanelContainerBase.Controls collection of a control (see samples for ASPxPanel, ASPxRoundPanel, and ASPxCallbackPanel).

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PanelCollection :
    ContentControlCollection
vb
Public Class PanelCollection
    Inherits ContentControlCollection

Implements

ICollection

IEnumerable

Inheritance

Object ControlCollection DevExpress.Web.ContentControlCollection PanelCollection

See Also

PanelCollection Members

Panel

DevExpress.Web Namespace