Class
RadSplitBar

The splitbar of the RadSplitter.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public class RadSplitBar : HtmlTableCell

Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellRadSplitBar

Inherited Members HtmlTableCell.AlignHtmlTableCell.CellIndexHtmlTableCell.ColSpanHtmlTableCell.RowSpanHtmlTableCell.HeightHtmlTableCell.VAlignHtmlTableCell.WidthHtmlContainerControl.TextContentHtmlContainerControl.InnerTextHtmlControl.FindParentContainer<TContainerControl>()HtmlControl.ValidateTag(string)HtmlControl.ValidateControl()HtmlControl.ParseResponseValue<T>(string, T)HtmlControl.GetAttributeAsString(string)HtmlControl.InitializeMappings(MappingsCollection)HtmlControl.GetRectangle()HtmlControl.IsVisible()HtmlControl.GetStyleValue(string)HtmlControl.GetStyle(string)HtmlControl.GetComputedStyleValue(string)HtmlControl.GetComputedStyle(string)HtmlControl.Parent<TContainerControl>()HtmlControl.Capture()HtmlControl.Capture(string, string)HtmlControl.Capture(string)HtmlControl.InvokeEvent(ScriptEventType)HtmlControl.InvokeEvent(ScriptEventType, bool)HtmlControl.InvokeEvent(ScriptEvent)HtmlControl.InvokeEvent(ScriptEvent, bool)HtmlControl.AddEventListener(string, EventHandler<JavascriptEventArgs>)HtmlControl.RemoveEventListener(string, EventHandler<JavascriptEventArgs>)HtmlControl.MouseClick()HtmlControl.MouseClick(MouseClickType)HtmlControl.MouseClick(MouseClickType, int, int)HtmlControl.MouseClick(MouseClickType, Point, OffsetReference)HtmlControl.MouseClick(MouseClickType, int, int, OffsetReference)HtmlControl.MouseHover()HtmlControl.MouseHover(Point)HtmlControl.MouseHover(int, int)HtmlControl.MouseHover(int, int, OffsetReference)HtmlControl.Click()HtmlControl.Click(bool)HtmlControl.ScrollToVisible()HtmlControl.ScrollToVisible(ScrollToVisibleType)HtmlControl.ScrollToVisible(ScrollToVisibleType, Rectangle)HtmlControl.Download(bool, DownloadOption, string, int)HtmlControl.CallMethod(string)HtmlControl.CallMethod<T>(string)HtmlControl.CallMethod<T>(string, T)HtmlControl.GetValue<T>(string)HtmlControl.GetValue<T>(string, T)HtmlControl.GetValue<T>(string, bool)HtmlControl.GetValue<T>(string, bool, T)HtmlControl.SetValue<T>(string, T)HtmlControl.SetValue<T>(string, T, bool)HtmlControl.Focus()HtmlControl.DragTo(OffsetReference, Point, int, int)HtmlControl.DragTo(OffsetReference, int, int, Rectangle, OffsetReference, int, int)HtmlControl.DragTo(Point)HtmlControl.DragTo(int, int)HtmlControl.DragTo(HtmlControl)HtmlControl.DragTo(HtmlControl, OffsetReference, Point)HtmlControl.DragTo(OffsetReference, Point, HtmlControl)HtmlControl.DragTo(OffsetReference, Point, HtmlControl, OffsetReference, Point)HtmlControl.DragTo(OffsetReference, int, int, bool, HtmlControl, OffsetReference, int, int, bool)HtmlControl.DragToWindowLocation(OffsetReference, int, int, bool, OffsetReference, int, int, bool)HtmlControl.ToString()HtmlControl.AsjQueryControl()HtmlControl.GetElementByTagNameClientSideLocatorHtmlControl.GetElementByIdClientSideLocatorHtmlControl.FindHtmlControl.ScrollTopHtmlControl.ScrollLeftHtmlControl.WaitHtmlControl.IDHtmlControl.CssClassHtmlControl.AttributesHtmlControl.MappingsHtmlControl.StylesHtmlControl.EventsHtmlControl.TagNameHtmlControl.ChildNodesHtmlControl.IsActiveElementHtmlControl.IsEnabledControl.Refresh()Control.AssignFailed(Exception)Control.SetTelerikComponentsVersion(TelerikComponentsVersion?)Control.MatchControl(Element, FindParam)Control.GetFamilyElement(int, Element)Control.ThrowOnInvalidAssignmentControl.TelerikComponentsVersionControl.IsRefreshControl.BaseElementControl.OwnerBrowserControl.Locator

Constructors

RadSplitBar()

Initializes a new instance of the RadSplitBar class.

Declaration

cs-api-definition
public RadSplitBar()

RadSplitBar(Element)

Initializes a new instance of the RadSplitBar class.

Declaration

cs-api-definition
public RadSplitBar(Element element)

Parameters

element

Element

Properties

BackwardButton

The backward element.

Declaration

cs-api-definition
public HtmlControl BackwardButton { get; }

Property Value

HtmlControl

BackwardElement

The backward element.

Declaration

cs-api-definition
[Obsolete("This property is obsolete. Use BackwardButton instead.", false)]
public HtmlInputButton BackwardElement { get; }

Property Value

HtmlInputButton

ClientSideLocator

Get the client-side code that defines the Radsplitter splitbar.

Declaration

cs-api-definition
public override string ClientSideLocator { get; }

Property Value

string

Overrides HtmlControl.ClientSideLocator

CollapseMode

Gets/Sets the collapse mode of the splitbar.

Declaration

cs-api-definition
public SplitBarCollapseDirection CollapseMode { get; set; }

Property Value

SplitBarCollapseDirection

Collapsed

Determines whether the previous or next pane is collapsed.

Declaration

cs-api-definition
public bool Collapsed { get; }

Property Value

bool

EnabledResize

Determines or set whether the resize is enabled.

Declaration

cs-api-definition
public bool EnabledResize { get; set; }

Property Value

bool

ForwardButton

The forward element.

Declaration

cs-api-definition
public HtmlControl ForwardButton { get; }

Property Value

HtmlControl

ForwardElement

The forward element.

Declaration

cs-api-definition
[Obsolete("This property is obsolete. Use ForwardButton instead.", false)]
public HtmlInputButton ForwardElement { get; }

Property Value

HtmlInputButton

LeftPaneCollapsed

Determines whether the left pane is collapsed.

Declaration

cs-api-definition
public bool LeftPaneCollapsed { get; }

Property Value

bool

LocatorExpression

Gets the HtmlFindExpression that defines the pattern for a RadSplitter.

Declaration

cs-api-definition
public override IFindExpression LocatorExpression { get; }

Property Value

IFindExpression

Overrides Control.LocatorExpression

NextPaneHeight

Gets/Sets the next pane (right or down) height in pixels.

Declaration

cs-api-definition
public int NextPaneHeight { get; set; }

Property Value

int

NextPaneId

Gets the next pane (right or down) Id.

Declaration

cs-api-definition
public string NextPaneId { get; }

Property Value

string

NextPaneWidth

Gets/Sets the next pane (right or down) width in pixels.

Declaration

cs-api-definition
public int NextPaneWidth { get; set; }

Property Value

int

PreviousPaneHeight

Gets/Sets the previous pane (left or upper) heigh in pixelst.

Declaration

cs-api-definition
public int PreviousPaneHeight { get; set; }

Property Value

int

PreviousPaneId

Gets the previous pane (left or upper) Id.

Declaration

cs-api-definition
public string PreviousPaneId { get; }

Property Value

string

PreviousPaneWidth

Gets/Sets the previous pane (left or upper) width in pixels.

Declaration

cs-api-definition
public int PreviousPaneWidth { get; set; }

Property Value

int

RightPaneCollapsed

Determines whether the right pane is collapsed.

Declaration

cs-api-definition
public bool RightPaneCollapsed { get; }

Property Value

bool

Methods

AssignElement(Element)

Assign the control element.

Declaration

cs-api-definition
public override void AssignElement(Element e)

Parameters

e

Element

The underlying element object.

Overrides HtmlTableCell.AssignElement(Element)

CollapsePane(SplitterPaneType)

Collapses the pane.

Declaration

cs-api-definition
public void CollapsePane(SplitterPaneType pane)

Parameters

pane

SplitterPaneType

ExpandPane(SplitterPaneType)

Expands the pane.

Declaration

cs-api-definition
public void ExpandPane(SplitterPaneType pane)

Parameters

pane

SplitterPaneType

Resize(int, int, SplitterOrientation)

Resizes the previous or the next pane.

Declaration

cs-api-definition
public void Resize(int previousPaneSize, int nextPaneSize, SplitterOrientation orientation)

Parameters

previousPaneSize

int

nextPaneSize

int

orientation

SplitterOrientation