ClassRadRibbonBarItem
Represents the RadRibbonBarItem class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadRibbonBarItem : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadRibbonBarItem
Derived Classes:
Inherited Members
Constructors
RadRibbonBarItem()
Initializes a new instance of the RadRibbonBarItem class.
Declaration
public RadRibbonBarItem()
RadRibbonBarItem(Element)
Initializes a new instance of the RadRibbonBarItem class.
Properties
ClientSideLocator
Client-side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
DisabledImageUrl
Get the disabled image url.
DisabledImageUrlLarge
Get the disabled image url large.
Enabled
Get whether the item is enabled.
ImageUrl
Get the image url.
ImageUrlLarge
Get the image url large.
ItemIndex
Get the index of the item.
ItemType
Type of the RibbonBar item.
Declaration
public RadRibbonBarItemType ItemType { get; }
Property Value
LocatorExpression
Get the FindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
ParenItem
Get the direct parent item.
Declaration
public RadRibbonBarItem ParenItem { get; }
Property Value
ParentGroup
Get the parent ribbonBar group.
Declaration
public RadRibbonBarGroup ParentGroup { get; }
Property Value
ParentTab
Get the parent ribbonBar tab.
Declaration
public RadRibbonBarTab ParentTab { get; }
Property Value
QuickAccessEnabled
Get whether the item has a quick access enabled.
Text
Get the text of the item.
Methods
AssignElement(Element)
Assign the DOM element to be the RibbonBarItem control.
Declaration
public override void AssignElement(Element e)
Parameters
e
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.