Class EditorSplitButton
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 EditorSplitButton : HtmlAnchor
Constructors
EditorSplitButton()
Declaration
public EditorSplitButton()
EditorSplitButton(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
Color
Declaration
public string Color { get; set; }
Property Value
System.String
|
CommandName
Declaration
public string CommandName { get; }
Property Value
System.String
|
EditorId
Declaration
public string EditorId { get; }
Property Value
System.String
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
IsExpanded
Declaration
public bool IsExpanded { get; }
Property Value
System.Boolean
|
IsOn
Declaration
public bool IsOn { get; }
Property Value
System.Boolean
|
ItemCount
Declaration
public int ItemCount { get; }
Property Value
System.Int32
|
ItemsPerRow
Declaration
public int ItemsPerRow { get; }
Property Value
System.Int32
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
SelectedIndex
Declaration
public int SelectedIndex { get; set; }
Property Value
System.Int32
|
TableHelperClicked
Declaration
public bool TableHelperClicked { get; }
Property Value
System.Boolean
|
TableHelperSelectedIndex
Declaration
public int TableHelperSelectedIndex { get; set; }
Property Value
System.Int32
|
Methods
AssignElement(Element)
ControlAssert()
Hide()
Declaration
public void Hide()
SelectItem(Int32)
Declaration
public void SelectItem(int index)
Parameters
System.Int32
index
|
SelectItemOfTableHelper(Int32)
Declaration
public void SelectItemOfTableHelper(int index)
Parameters
System.Int32
index
|
Show()
Declaration
public void Show()