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

PopupControlContentControl Constructors

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).
Name Description
PopupControlContentControl() Initializes a new instance of the PopupControlContentControl class.
See Also