Back to Devexpress

PanelContent Class

aspnet-devexpress-dot-web-d2748cc2.md

latest2.9 KB
Original Source

PanelContent Class

A container that stores 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 PanelContent :
    ContentControl
vb
Public Class PanelContent
    Inherits ContentControl

The following members return PanelContent objects:

Implements

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IUrlResolutionService

IAttributeAccessor

Inheritance

Object Control WebControl ASPxWebControlBase DevExpress.Web.ASPxInternalWebControl ContentControl PanelContent

See Also

PanelContent Members

Panel

DevExpress.Web Namespace