ClassRadSlidingPane
The sliding pane of Radsplitter.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadSlidingPane : HtmlDiv
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDivRadSlidingPane
Inherited Members
Constructors
RadSlidingPane()
Initializes a new instance of the RadSlidingPane class.
Declaration
public RadSlidingPane()
RadSlidingPane(Element)
Initializes a new instance of the RadSlidingPane class.
Properties
ClientSideLocator
Gets the locator FindParam.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
CollapseIconElement
The element, which is used to collapse the sliding pane.
DockIconElement
The element, which is used to dock the sliding pane.
Docked
Determines whether the sliding pane is docked.
Expanded
Determines whether the sliding pane is expanded (If the pane is docked, it is not expanded).
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a RadSlidingPane.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
ScrollingEnabled
Determines whether the sliding pane scrolling is enabled.
UnDockIconElement
The element, which is used to undock the sliding pane.
Methods
AssignElement(Element)
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides