Skip to main content

ASPxClientSplitterPane.index Property

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

#Declaration

TypeScript
index: number

#Property Value

Type Description
number

The 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