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

RadSlidingPane Object

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

NameParametersReturn TypeDescription
get_splitternoneRadSplitterReturns the RadSplitter to which the sliding pane belongs.
get_indexnoneintegerReturns the index of the sliding pane in its parent sliding zone's Panes array.
showTabnonenoneShows the tab for this pane.
hideTabnonenoneHides the tab for this pane.
isTabDisplayednonebooleanReturns whether the tab for this pane is showing.
setVarSizeintegernoneSets the size of the pane in the resizable direction.
getVarSizenoneintegerReturns the size of the pane in the resizable direction.
get_widthnoneintegerReturns the width of the pane.
set_widthintegernoneSets the width of the RadSlidingPane. Notes: 1. Different width can be set only when the SlideDirection of the parent RadSlidingZone is Left or Right.2. The new width will be applied the next time the RadSlidingPane is expanded.3. This method should be used if the RadSlidngPane is not docked. If it is docked, the parent RadPane should be resized by using its resize method.
get_heightnoneintegerReturns the height of the pane .
set_heightSets the height of the RadSlidingPane. Notes: 1. Different height can be set only when the SlideDirection of the parent RadSlidingZone is Top or Bottom.2. The new height will be applied the next time the RadSlidingPane is expanded.3. This method should be used if the RadSlidngPane is not docked. If it is docked, the parent RadPane should be resized by using its resize method.
getVarMinSizenoneintegerReturns the minimum size of the pane in the resizable direction.
get_minWidthnoneintegerReturns the minimum width of the pane.
set_minWidthintegernoneSets the minimum width of the pane
get_minHeightnoneintegerReturns the minimum height of the pane
set_minHeightintegernoneSets the minimum height of the pane.
getVarMaxSizenoneintegerReturns the maximum size of the pane in the resizable direction.
get_maxWidthnoneintegerReturns the maximum width of the pane.
set_maxWidthintegernoneSets the maximum width of the pane.
get_maxHeightnoneintegerReturns the maximum height of the pane.
set_maxHeightintegernoneSets the maximum height of the pane.
get_collapsednonebooleanReturns whether the pane is collapsed. Note to collapse a pane, use the collapsePane method of the parent sliding zone.
get_expandednonebooleanReturns whether the pane is expanded. Note to expand a pane, use the expandPane method of the parent sliding zone.
get_dockednonebooleanReturns whether the pane is docked. Note to dock a pane, use the dockPane method of the parent sliding zone.
get_enableResizenonebooleanReturns whether the pane has a resizable border.
set_enableResizebooleannoneReturns whether the pane has a resizable border.
get_enableDocknonebooleanReturns whether the pane can be docked.
set_enableDockbooleannoneSets whether the pane can be docked.
get_titlenonestringReturns the title of the pane.
set_titlestringnoneSets the title of the pane.
get_parentPanenoneRadPaneReturns the pane that contains the parent sliding zone.
getContentnoneHTMLReturns the html content of the pane.
setContentHTMLnoneSets the html content of the pane.
getContentContainernoneHTML elementReturns the DOM element that holds the content of the pane.
getTabContainernoneHTML elementReturns the DOM element that holds the pane's tab.
getSlidingPaneResizeContainernoneHTML elementReturns the DOM element that holds the resizable border.
getSlidingContainerTitlenoneHTML elementReturns the DOM element that displays the title of the pane.
getCollapseIconElementnoneHTML elementReturns the DOM element for the that represents the collapse icon.
getDockIconElementnoneHTML elementReturns the DOM element for the that represents the dock icon.
getUndockIconElementnoneHTML elementReturns the DOM element for the that represents the undock icon.

See Also

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