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

LayoutItemNestedControlContainer Class

A container that stores the layout item contents.
This class supports the internal infrastructure of DevExpress control hierarchy realization and is mostly used to create the layout item contents declaratively, in ASP.NET markup (see a sample for ASPxFormLayout). To create the layout item contents at run-time (in code-behind files), use the LayoutItem.Controls collection of a control (see a sample for ASPxFormLayout).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class LayoutItemNestedControlContainer :
    ContentControl

The following members return LayoutItemNestedControlContainer objects:

Inheritance

Object
Control
WebControl
ASPxWebControlBase
DevExpress.Web.ASPxInternalWebControl
ContentControl
LayoutItemNestedControlContainer
See Also