RadSplitBar
Class
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
C#
public class RadSplitBar : HtmlTableCell
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellRadSplitBar...
Inherited Members
Constructors
C#
public RadSplitBar()
Properties
C#
public HtmlControl BackwardButton { get; }
C#
[Obsolete("This property is obsolete. Use BackwardButton instead.", false)]
public HtmlInputButton BackwardElement { get; }
C#
public override string ClientSideLocator { get; }
Overrides:
C#
public SplitBarCollapseDirection CollapseMode { get; set; }
C#
public bool EnabledResize { get; set; }
C#
public HtmlControl ForwardButton { get; }
C#
[Obsolete("This property is obsolete. Use ForwardButton instead.", false)]
public HtmlInputButton ForwardElement { get; }
C#
public bool LeftPaneCollapsed { get; }
C#
public override IFindExpression LocatorExpression { get; }
Overrides:
C#
public int NextPaneHeight { get; set; }
C#
public string NextPaneId { get; }
C#
public int NextPaneWidth { get; set; }
C#
public int PreviousPaneHeight { get; set; }
C#
public string PreviousPaneId { get; }
C#
public int PreviousPaneWidth { get; set; }
C#
public bool RightPaneCollapsed { get; }
Methods
C#
public void Resize(int previousPaneSize, int nextPaneSize, SplitterOrientation orientation)