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

ASPxClientSplitterPane.GetPaneCount Method

Returns the number of the current pane’s immediate child panes.

Declaration

GetPaneCount(): number

Returns

Type Description
number

An integer value representing the number of the immediate child panes of the current pane.

Remarks

A splitter control’s client-sdie functionality allows the immediate child panes of a particular pane to be accessed programmatically. The GetPaneCount method is used to determine the number of a splitter pane’s immediate child panes which are maintained within the pane’s SplitterPane.Panes collection. This method can be used together with the ASPxClientSplitterPane.GetPane method when iterating through the pane’s list of the immediate child panes to determine its upper bound.

See Also