Class RadRibbonBarItem
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 RadRibbonBarItem : HtmlContainerControl
Constructors
RadRibbonBarItem()
Declaration
public RadRibbonBarItem()
RadRibbonBarItem(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
DisabledImageUrl
Declaration
public string DisabledImageUrl { get; }
Property Value
System.String
|
DisabledImageUrlLarge
Declaration
public string DisabledImageUrlLarge { get; }
Property Value
System.String
|
Enabled
Declaration
public bool Enabled { get; }
Property Value
System.Boolean
|
ImageUrl
Declaration
public string ImageUrl { get; }
Property Value
System.String
|
ImageUrlLarge
Declaration
public string ImageUrlLarge { get; }
Property Value
System.String
|
ItemIndex
Declaration
public int ItemIndex { get; }
Property Value
System.Int32
|
ItemType
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
ParenItem
ParentGroup
ParentTab
QuickAccessEnabled
Declaration
public bool QuickAccessEnabled { get; }
Property Value
System.Boolean
|
Text
Declaration
public string Text { get; }
Property Value
System.String
|
Value
Declaration
public string Value { get; }
Property Value
System.String
|
Methods
AssignElement(Element)
Click()
Declaration
public virtual void Click()