PanelCollection.Item[Int32] Property
In This Article
Gets a reference to an object at the specified index location in the PanelCollection object. For internal use only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PanelContent this[int i] { get; }
#Parameters
Name | Type | Description |
---|---|---|
i | Int32 | An integer value specifying the location of the object within the collection. |
#Property Value
Type | Description |
---|---|
Panel |
A Panel |
See Also