ASPxClientSplitterPane.index Property
In This Article
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 Splitter |
#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