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

SplitterContentControlCollection.Item[Int32] Property

Gets a reference to an object at the specified index location in the SplitterContentControlCollection object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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
SplitterContentControl

A SplitterContentControl object representing the referenced object.

See Also