Class RadSplitBar
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadSplitBar : HtmlTableCell
Constructors
RadSplitBar()
Declaration
public RadSplitBar()
RadSplitBar(Element)
Properties
BackwardButton
BackwardElement
Declaration
[Obsolete("This property is obsolete. Use BackwardButton instead.", false)]
public HtmlInputButton BackwardElement { get; }
Property Value
HtmlInputButton
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
Collapsed
Declaration
public bool Collapsed { get; }
Property Value
System.Boolean
|
CollapseMode
Declaration
public SplitBarCollapseDirection CollapseMode { get; set; }
Property Value
SplitBarCollapseDirection
|
EnabledResize
Declaration
public bool EnabledResize { get; set; }
Property Value
System.Boolean
|
ForwardButton
ForwardElement
Declaration
[Obsolete("This property is obsolete. Use ForwardButton instead.", false)]
public HtmlInputButton ForwardElement { get; }
Property Value
HtmlInputButton
|
LeftPaneCollapsed
Declaration
public bool LeftPaneCollapsed { get; }
Property Value
System.Boolean
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
NextPaneHeight
Declaration
public int NextPaneHeight { get; set; }
Property Value
System.Int32
|
NextPaneId
Declaration
public string NextPaneId { get; }
Property Value
System.String
|
NextPaneWidth
Declaration
public int NextPaneWidth { get; set; }
Property Value
System.Int32
|
PreviousPaneHeight
Declaration
public int PreviousPaneHeight { get; set; }
Property Value
System.Int32
|
PreviousPaneId
Declaration
public string PreviousPaneId { get; }
Property Value
System.String
|
PreviousPaneWidth
Declaration
public int PreviousPaneWidth { get; set; }
Property Value
System.Int32
|
RightPaneCollapsed
Declaration
public bool RightPaneCollapsed { get; }
Property Value
System.Boolean
|
Methods
AssignElement(Element)
CollapsePane(SplitterPaneType)
ExpandPane(SplitterPaneType)
Resize(Int32, Int32, SplitterOrientation)
Declaration
public void Resize(int previousPaneSize, int nextPaneSize, SplitterOrientation orientation)
Parameters
System.Int32
previousPaneSize
|
System.Int32
nextPaneSize
|
SplitterOrientation
orientation
|