Skip to main content

ASPxClientSplitterPane Class

Represents a client-side equivalent of the splitter’s SplitterPane object.

Declaration

declare class ASPxClientSplitterPane

Remarks

The ASPxClientSplitterPane object represents a client pane object that corresponds to a particular pane in the ASPxSplitter.Panes (or SplitterPane.Panes) collection. An individual client pane can be accessed from the splitter object level by using the ASPxClientSplitter.GetPane (ASPxClientSplitterPane.GetPane) and ASPxClientSplitter.GetPaneByName (ASPxClientSplitterPane.GetPaneByName) methods.

The functionality provided by the ASPxClientSplitterPane object on the client side almost replicates the basic server-side functionality. You are therefore allowed to obtain information on panes, their parents and children directly on the client-side, by using specific methods and properties exposed by the ASPxClientSplitterPane and ASPxClientSplitter objects and writing an appropriate JavaScript code.

See Also