Skip to main content
Tab

PanelContent Constructors

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