ClassRadSplitBar
The splitbar of the RadSplitter.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadSplitBar : HtmlTableCell
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellRadSplitBar
Inherited Members
Constructors
RadSplitBar()
Initializes a new instance of the RadSplitBar class.
Declaration
public RadSplitBar()
RadSplitBar(Element)
Initializes a new instance of the RadSplitBar class.
Properties
BackwardButton
The backward element.
BackwardElement
The backward element.
Declaration
[Obsolete("This property is obsolete. Use BackwardButton instead.", false)]
public HtmlInputButton BackwardElement { get; }
Property Value
ClientSideLocator
Get the client-side code that defines the Radsplitter splitbar.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
CollapseMode
Gets/Sets the collapse mode of the splitbar.
Declaration
public SplitBarCollapseDirection CollapseMode { get; set; }
Property Value
Collapsed
Determines whether the previous or next pane is collapsed.
EnabledResize
Determines or set whether the resize is enabled.
ForwardButton
The forward element.
ForwardElement
The forward element.
Declaration
[Obsolete("This property is obsolete. Use ForwardButton instead.", false)]
public HtmlInputButton ForwardElement { get; }
Property Value
LeftPaneCollapsed
Determines whether the left pane is collapsed.
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a RadSplitter.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
NextPaneHeight
Gets/Sets the next pane (right or down) height in pixels.
NextPaneId
Gets the next pane (right or down) Id.
NextPaneWidth
Gets/Sets the next pane (right or down) width in pixels.
PreviousPaneHeight
Gets/Sets the previous pane (left or upper) heigh in pixelst.
PreviousPaneId
Gets the previous pane (left or upper) Id.
PreviousPaneWidth
Gets/Sets the previous pane (left or upper) width in pixels.
RightPaneCollapsed
Determines whether the right pane is collapsed.
Methods
AssignElement(Element)
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides
CollapsePane(SplitterPaneType)
Collapses the pane.
Declaration
public void CollapsePane(SplitterPaneType pane)
Parameters
pane
ExpandPane(SplitterPaneType)
Expands the pane.
Declaration
public void ExpandPane(SplitterPaneType pane)
Parameters
pane
Resize(int, int, SplitterOrientation)
Resizes the previous or the next pane.
Declaration
public void Resize(int previousPaneSize, int nextPaneSize, SplitterOrientation orientation)
Parameters
previousPaneSize
nextPaneSize
orientation