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

ASPxClientSplitter Class

Represents a client-side equivalent of the ASPxSplitter object.

Declaration

declare class ASPxClientSplitter extends ASPxClientControl

Remarks

The ASPxClientSplitter object serves as a client-side equivalent of the ASPxSplitter control and implements the functionality of a client splitter object.

Using the methods exposed by the ASPxClientSplitter object, a particular pane can be accessed by its index or name (ASPxClientSplitter.GetPane, ASPxClientSplitter.GetPaneByName), the total number of the panes can be retrieved (ASPxClientSplitter.GetPaneCount) and the availability of the pane resizing feature for end-users can be controlled (ASPxClientSplitter.SetAllowResize).

The client events available via the ASPxClientSplitter object allow you to respond to a collapsing pane (ASPxClientSplitter.PaneCollapsing, ASPxClientSplitter.PaneCollapsed), to an expanding pane (ASPxClientSplitter.PaneExpanding, ASPxClientSplitter.PaneExpanded) and resizings (ASPxClientSplitter.PaneResizing, ASPxClientSplitter.PaneResized).

Inheritance

See Also