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 Control |
Is |
Gets a value indicating whether the Control |
Is |
Gets a value indicating whether the Control |
Item[Int32] |
Provides indexed access to individual items within the Layout |
Owner protected |
Gets the ASP. |
Sync |
Gets an object that can be used to synchronize access to the collection of controls.
Inherited from Control |
See Also