LayoutItemNestedControlCollection Properties
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 | Description |
---|---|
Count | Gets the number of server controls in the ControlCollection object for the specified ASP.NET server control. Inherited from ControlCollection. |
IsReadOnly | Gets a value indicating whether the ControlCollection object is read-only. Inherited from ControlCollection. |
IsSynchronized | Gets a value indicating whether the ControlCollection object is synchronized. Inherited from ControlCollection. |
Item[Int32] | Provides indexed access to individual items within the LayoutItemNestedControlCollection. |
Owner protected | Gets the ASP.NET server control to which the ControlCollection object belongs. Inherited from ControlCollection. |
SyncRoot | Gets an object that can be used to synchronize access to the collection of controls. Inherited from ControlCollection. |
See Also