ClassRadPanelBarItem
Class
Represents the RadPanelBarItem class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadPanelBarItem : BasePanelBarItem
Inheritance: objectControlHtmlControlHtmlContainerControlBasePanelBarItemRadPanelBarItem
Inherited Members
Constructors
RadPanelBarItem()
Initializes a new instance of the RadPanelBarItem class.
Declaration
cs-api-definition
public RadPanelBarItem()
RadPanelBarItem(Element)
Initializes a new instance of the RadPanelBarItem class.
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<RadPanelBarItem> Items { get; }
Property Value
LocatorExpression
Get the FindParam that defines the pattern for a panelbar item.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
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