Skip to main content
Tab

LayoutItemNestedControlCollection Constructors

A collection that stores a single container for 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).
Name Parameters Description
LayoutItemNestedControlCollection(Control) owner Initializes a new instance of the LayoutItemNestedControlCollection class.
See Also