ClassRadPane
The RadPane of the RadSplitter.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadPane : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadPane
Inherited Members
Constructors
RadPane()
Initializes a new instance of the RadPane class.
Declaration
public RadPane()
RadPane(Element)
Initializes a new instance of the RadPane class.
Properties
ClientSideLocator
Gets the client-side code that defines the RadPane.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
Collapsed
Determines or set whether the pane is collapsed.
ContentUrl
Gets/Sets the content url of the pane.
Height
Gets/Sets the height of the pane.
IsExternalContent
Determines whether the page is loaded as content in the pane.
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a RadPane.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Locked
Determines or set whether the pane is locked.
MaxHeight
Gets/Sets the maximum of the pane's height.
MaxWidth
Gets/Sets the maximum of the pane's width.
MinHeight
Gets/Sets the minimum of the pane's height.
MinWidth
Gets/Sets the minimum of the pane's width.
ScrollingEnabled
Determines whether the scrolling of pane is enabled.
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.