Skip to main content
A newer version of this page is available. .
Tab

PanelCollection.Item[Int32] Property

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.v19.1.dll

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
PanelContent

A PanelContent object representing the referenced object.

See Also