ClassBaseTab
Represents the RadTab class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class BaseTab : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlBaseTab
Derived Classes:
Inherited Members
Constructors
BaseTab()
Initializes a new instance of the RadTab class.
Declaration
public BaseTab()
BaseTab(Element)
Initializes a new instance of the RadTab class.
Properties
ClientSideLocator
Get the Client side locator - call method.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
Enabled
Get or set whether this tab is enabled.
HasChildren
Check whether the item has children.
Index
Get the index of the tab.
Level
Get the level of the tab.
LocatorExpression
Get the FindParam that defines the pattern for a menu item.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
NavigateUrl
Get or set the navigate url of this tab.
Selected
Get or set whether this tab is selected.
ShouldNavigate
Check whether the tab should navigate.
TabCount
Returns the tabs collection of the tab.
TabValue
Get the value set for this tab.
Tabs
Returns the base tabs collection of the tab.
Text
Get the text of this tab.
Methods
AssignElement(Element)
Assign the DOM element to be the RadTab control.
Declaration
public override void AssignElement(Element e)
Parameters
e
Overrides
Click()
Navigate if NavigateUrl is set, Click otherwise.
Declaration
public override void Click()
Overrides
Click(bool)
Click the item or Navigate if the NavigateUrl is set.
Declaration
public override void Click(bool isClosing)
Parameters
isClosing
Overrides
ControlAssert()
Get RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
FindTab(Predicate<BaseTab>)
Finds sub-tab by given predicate.
FindTabByText(string)
Finds sub-tab having given text.
InitializeTabLocator()
Declaration
protected void InitializeTabLocator()