ClassRadLightTab
Class
Represents the RadTab class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadLightTab : BaseTab
Inheritance: objectControlHtmlControlHtmlContainerControlBaseTabRadLightTab
Inherited Members
Constructors
RadLightTab()
Initializes a new instance of the RadTab class.
Declaration
cs-api-definition
public RadLightTab()
RadLightTab(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
Tabs
Returns the tabs collection of the tab.
Declaration
cs-api-definition
public IList<RadLightTab> Tabs { get; }
Property Value
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