ClassRadRibbonBarTab
Represents the RadRibbonBarTab class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadRibbonBarTab : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadRibbonBarTab
Inherited Members
Constructors
RadRibbonBarTab()
Initializes a new instance of the RadRibbonBarTab class.
Declaration
public RadRibbonBarTab()
RadRibbonBarTab(Element)
Initializes a new instance of the RadRibbonBarTab class.
Properties
ClientSideLocator
Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
GroupCount
Get the number of groups.
IsSelected
Check whether the tab is selected.
LocatorExpression
Get the FindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
TabIndex
Get the index of the tab.
Methods
AssignElement(Element)
Assign the DOM element to be the RadRibbonBarTab 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.