ASPxClientSplitterPane Methods
Represents a client-side equivalent of the splitter’s SplitterPane object.
Name | Description |
---|---|
Collapse |
Collapses the current pane and occupies its space by maximizing the specified pane. |
Collapse |
Collapses the current pane in a backward direction, and occupies its space by maximizing the next adjacent pane. |
Collapse |
Collapses the current pane in a forward direction and occupies its space by maximizing the previous adjacent pane. |
Expand | Expands the current pane object on the client side. |
Get |
Gets the height of the pane‘s content area. |
Get |
Gets the width of the pane‘s content area. |
Get |
Returns an iframe object containing a web page specified via the pane’s Splitter |
Get |
Gets the URL of a web page displayed as a pane’s content. |
Get |
Returns an HTML element representing a splitter pane object. |
Get |
Returns the next sibling pane of the current pane. |
Get |
Returns the current pane’s immediate child pane specified by its index. |
Get |
Returns the current pane’s child pane specified by its name. |
Get |
Returns the number of the current pane’s immediate child panes. |
Get |
Returns the immediate parent of the current pane. |
Get |
Returns the previous sibling pane of the current pane. |
Get |
Returns the distance between the left edge of the pane content and the leftmost portion of the content currently visible in the pane. |
Get |
Returns the distance between the top edge of the pane content and the topmost portion of the content currently visible in the pane. |
Get |
Returns the splitter pane‘s size, in pixels or percents. |
Get |
Returns a client splitter object that contains the current pane. |
Is |
Returns whether the pane is collapsed. |
Is |
Returns whether the pane’s content is loaded from an external web page. |
Is |
Determines whether the current pane is the first pane within the Splitter |
Is |
Determines whether the current pane is the last pane within the Splitter |
Is |
Returns a value that indicates the orientation in which the current pane and its sibling panes are stacked. |
Raise |
Forces the client ASPx |
Refresh |
Refreshes the content of the web page displayed within the current pane. |
Set |
Specifies whether the current pane can be resized by end-users on the client side. |
Set |
Sets the URL to point to a web page that should be loaded into, and displayed within the current pane, but should not be cached by a client browser. |
Set |
Specifies the distance between the left edge of the pane content and the leftmost portion of the content currently visible in the pane. |
Set |
Specifies the distance between the top edge of the pane content and the topmost portion of the content currently visible in the pane. |
Set |
Specifies the splitter pane‘s size in pixels. |
See Also