ClassRadLightPanelBarItem
Class
Represents the RadPanelBarItem class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadLightPanelBarItem : BasePanelBarItem
Inheritance: objectControlHtmlControlHtmlContainerControlBasePanelBarItemRadLightPanelBarItem
Inherited Members
Constructors
RadLightPanelBarItem()
Initializes a new instance of the RadPanelBarItem class.
Declaration
cs-api-definition
public RadLightPanelBarItem()
RadLightPanelBarItem(Element)
Initializes a new instance of the RadPanelBarItem class.
Declaration
cs-api-definition
public RadLightPanelBarItem(Element element)
Parameters
element
Properties
HasChildren
Check whether the item has children.
Items
Get the list of child items of the panelbar item.
Declaration
cs-api-definition
public IList<RadLightPanelBarItem> Items { get; }
Property Value
Methods
AssignElement(Element)
Assign the DOM element to be the RadPanelBarItem control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
Overrides