ClassRadSlidingZone
RadSlidingZone of the RadSplitter.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadSlidingZone : HtmlTable
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableRadSlidingZone
Inherited Members
Constructors
RadSlidingZone()
Initializes a new instance of the RadSlidingZone class.
Declaration
public RadSlidingZone()
RadSlidingZone(Element)
Initializes a new instance of the RadSlidingZone class.
Properties
ClickToOpen
Determines or set whether click on the tab is needed to open the sliding pane.
ClientSideLocator
Gets the locator FindParam.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a RadSlidingZone.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
PaneCount
Gets the sliding pane count.
SlideDirection
Gets the direction of pane sliding.
Declaration
public SplitterSlideDirection SlideDirection { get; }
Property Value
Methods
AssignElement(Element)
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides
ControlAssert()
Gets RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
Expand(string)
Expands sliding pane.