ClassRadSplitter
RadSplitter control.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadSplitter : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadSplitter
Inherited Members
Constructors
RadSplitter()
Initializes a new instance of the RadSplitter class.
Declaration
public RadSplitter()
RadSplitter(Element)
Initializes a new instance of the RadSplitter class.
Properties
ClientSideLocator
Gets the client-side code that defines the RadSplitter.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
Height
Gets/Sets the height of the splitter.
IsNested
Determines whether the splitter is nested in another splitter.
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a RadSplitter.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Orientation
The orientation of the splitter.
Declaration
public SplitterOrientation Orientation { get; }
Property Value
PaneCount
Gets the number of the splitter panes.
SplitBarCount
Gets the number of the splitter splitbars.
SplitterId
The splitter's id.
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.