LayoutItemNestedControlCollection.Item[Int32] Property
In This Article
Provides indexed access to individual items within the LayoutItemNestedControlCollection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public LayoutItemNestedControlContainer this[int i] { get; }
#Parameters
Name | Type | Description |
---|---|---|
i | Int32 | An integer value specifying the zero-based index of the item to be accessed. |
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
#Remarks
Use this property to access a particular collection item using index notation.
See Also