New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

RadSlidingZone Object

The following table lists the important RadSlidingZone client-side methods:

NameParametersReturn TypeDescription
get_splitternoneRadSplitterReturns the splitter to which the sliding zone belongs.
isBottomDirectionnonebooleanReturns true if the slide direction is top to bottom, false otherwise.
isTopDirectionnonebooleanReturns true if the slide direction is bottom to top, false otherwise.
isLeftDirectionnonebooleanReturns true if the slide direction is right to left, false otherwise.
isRightDirectionnonebooleanReturns true if the slide direction is left to right, false otherwise.
getPaneByIdstringRadSlidingPaneReturn the RadSlidingPane object with the specified paneId or null of there is no such pane.
get_dockedPaneIdnonestringReturns the ID of the currently docked pane, or null if there is no currently docked pane.
get_expandedPaneIdnonestringReturns the ID of the currently expanded pane, or null if there is no currently expanded pane.
getPanesnoneArrayReturns an array of all RadSlidingPane objects that the sliding zone holds.
collapsePanestringbooleanCollapses the pane with the specified ID. Returns true on success, false otherwise.
expandPanestringbooleanExpands the pane with the specified ID. Returns true on success, false otherwise.
dockPanestringbooleanDocks the pane with the specified ID. Returns true on success, false otherwise.
undockPanestringbooleanUndocks the pane with the specified ID. Returns true on success, false otherwise.
get_clickToOpennonebooleanReturns whether the user must click on a tab to expand the corresponding sliding pane.
set_clickToOpenbooleannoneSets whether the user must click on a tab to expand the corresponding sliding pane.
get_slideDurationnoneintegerReturns the number of milliseconds the slide animation lasts.
set_slideDurationintegernoneSets the number of milliseconds the slide animation lasts.
get_heightnoneintegerReturns the height of the sliding zone
get_widthnoneintegerReturns the width of the sliding zone
get_resizeStepnoneintegerReturns the resize step for the resizable border on sliding panes inside the sliding zone.
set_resizeStepintegernoneSets the resize step for the resizable border on sliding panes inside the sliding zone.
getTabsContainernoneHTML elementReturns the DOM element for the pane that holds the sliding zone tabs.

See Also

In this article
See Also
Not finding the help you need?
Contact Support