Class RadPanelBar
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadPanelBar : HtmlContainerControl
Constructors
RadPanelBar()
Declaration
public RadPanelBar()
RadPanelBar(Element)
Properties
AllItems
Declaration
public IList<RadPanelBarItem> AllItems { get; }
Property Value
System.Collections.Generic.IList<RadPanelBarItem>
|
ClientId
Declaration
public string ClientId { get; }
Property Value
System.String
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
Enabled
Declaration
public bool Enabled { get; }
Property Value
System.Boolean
|
FullExpandedItem
Declaration
public bool FullExpandedItem { get; }
Property Value
System.Boolean
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
RenderMode
RootItems
Declaration
public IList<RadPanelBarItem> RootItems { get; }
Property Value
System.Collections.Generic.IList<RadPanelBarItem>
|
SingleExpandedItem
Declaration
public bool SingleExpandedItem { get; }
Property Value
System.Boolean
|
Methods
AssignElement(Element)
ControlAssert()
Disable()
Declaration
public void Disable()
DisableEvents()
Declaration
public void DisableEvents()
Enable()
Declaration
public void Enable()
EnableEvents()
Declaration
public void EnableEvents()
FindItem(Predicate<RadPanelBarItem>)
Declaration
public RadPanelBarItem FindItem(Predicate<RadPanelBarItem> predicate)
Parameters
System.Predicate<RadPanelBarItem>
predicate
|
Returns
RadPanelBarItem
|
FindItemByText(String)
Declaration
public RadPanelBarItem FindItemByText(string itemText)
Parameters
System.String
itemText
|
Returns
RadPanelBarItem
|
FindItemByValue(String)
Declaration
public RadPanelBarItem FindItemByValue(string itemValue)
Parameters
System.String
itemValue
|
Returns
RadPanelBarItem
|
FindItems(Predicate<RadPanelBarItem>)
Declaration
public IList<RadPanelBarItem> FindItems(Predicate<RadPanelBarItem> predicate)
Parameters
System.Predicate<RadPanelBarItem>
predicate
|
Returns
System.Collections.Generic.IList<RadPanelBarItem>
|
FindItemsByLevel(Int32)
Declaration
public IList<RadPanelBarItem> FindItemsByLevel(int level)
Parameters
System.Int32
level
|
Returns
System.Collections.Generic.IList<RadPanelBarItem>
|
InitializeItems()
Declaration
public void InitializeItems()