ClassRadTab
Class
Represents the RadTab class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadTab : BaseTab
Inheritance: objectControlHtmlControlHtmlContainerControlBaseTabRadTab
Inherited Members
Constructors
RadTab()
Initializes a new instance of the RadTab class.
Declaration
cs-api-definition
public RadTab()
RadTab(Element)
Initializes a new instance of the RadTab class.
Properties
HasChildren
Check whether the item has children.
LocatorExpression
Get the FindParam that defines the pattern for a menu item.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign the DOM element to be the RadTab control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
Overrides