Back to Devexpress

PopupControlContentControl Class

aspnet-devexpress-dot-web-d3e6227f.md

latest2.8 KB
Original Source

PopupControlContentControl Class

A container that stores the contents of a panel (for ASPxDockPanel) or popup window (for ASPxPopupControl).
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 ASPxDockPanel and ASPxPopupControl). To create the panel contents at run-time (in code-behind files), use the ASPxPopupControlBase.Controls collection of a control (see samples for ASPxDockPanel and ASPxPopupControl).

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PopupControlContentControl :
    ContentControl
vb
Public Class PopupControlContentControl
    Inherits ContentControl

Implements

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IUrlResolutionService

IAttributeAccessor

Inheritance

Object Control WebControl ASPxWebControlBase DevExpress.Web.ASPxInternalWebControl ContentControl PopupControlContentControl

See Also

PopupControlContentControl Members

DevExpress.Web Namespace