SplitterContentControlCollection.Item[Int32] Property
In This Article
Gets a reference to an object at the specified index location in the SplitterContentControlCollection object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SplitterContentControl 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 |
---|---|
Splitter |
A Splitter |
See Also