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

MVCxSplitterPaneCollection.Item[Int32] Property

Provides indexed access to individual panes within the MVCxSplitterPaneCollection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public MVCxSplitterPane this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value specifying the zero-based index of the pane to be accessed.

Property Value

Type Description
MVCxSplitterPane

A MVCxSplitterPane object representing the pane located at the specified index within the collection.

Remarks

Use this property to access a particular pane using index notation.

See Also