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

ASPxClientSplitterPane.index Property

Gets the index of the current pane within the pane collection to which it belongs.

Declaration

index: number

Property Value

Type Description
number

An integer value representing the zero-based index of the current pane within the SplitterPaneCollection collection.

Remarks

Use the index property to obtain the index of a pane within a collection of panes. This collection can be accessed via the ASPxSplitter.Panes or SplitterPane.Panes property.

See Also