Class RadToolBarItem
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 RadToolBarItem : HtmlContainerControl
Constructors
RadToolBarItem()
Declaration
public RadToolBarItem()
RadToolBarItem(Element)
Properties
ButtonType
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
|
System.String
|
Overrides
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
|
System.Boolean
|
Focused
Declaration
public bool Focused { get; }
Property Value
|
System.Boolean
|
Hovered
Declaration
public bool Hovered { get; }
Property Value
|
System.Boolean
|
Index
Declaration
public int Index { get; }
Property Value
|
System.Int32
|
Items
Declaration
public IList<RadToolBarItem> Items { get; }
Property Value
|
System.Collections.Generic.IList<RadToolBarItem>
|
ItemValue
Declaration
public string ItemValue { get; set; }
Property Value
|
System.String
|
Level
Declaration
public int Level { get; }
Property Value
|
System.Int32
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
|
IFindExpression
|
Overrides
Text
Declaration
public string Text { get; set; }
Property Value
|
System.String
|
ToolTip
Declaration
public string ToolTip { get; set; }
Property Value
|
System.String
|
Visible
Declaration
public bool Visible { get; }
Property Value
|
System.Boolean
|
Methods
AssignElement(Element)
Blur()
Declaration
public void Blur()
Click()
Close()
Declaration
public void Close()
ControlAssert()
Disable()
Declaration
public void Disable()
Enable()
Declaration
public void Enable()
Focus()
Hide()
Declaration
public void Hide()
Open()
Declaration
public void Open()
Show()
Declaration
public void Show()