Back to Devexpress

LayoutItemNestedControlCollection Class

aspnet-devexpress-dot-web-2d6be137.md

latest1.8 KB
Original Source

LayoutItemNestedControlCollection Class

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).

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class LayoutItemNestedControlCollection :
    ContentControlCollection
vb
Public Class LayoutItemNestedControlCollection
    Inherits ContentControlCollection

Implements

ICollection

IEnumerable

Inheritance

Object ControlCollection DevExpress.Web.ContentControlCollection LayoutItemNestedControlCollection

See Also

LayoutItemNestedControlCollection Members

DevExpress.Web Namespace