Class BasePanelBarItem
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 BasePanelBarItem : HtmlContainerControl
Constructors
BasePanelBarItem()
Declaration
public BasePanelBarItem()
BasePanelBarItem(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
Enabled
Declaration
public bool Enabled { get; }
Property Value
System.Boolean
|
Expandable
Declaration
public bool Expandable { get; }
Property Value
System.Boolean
|
Expanded
Declaration
public bool Expanded { get; }
Property Value
System.Boolean
|
Focused
Declaration
public bool Focused { get; set; }
Property Value
System.Boolean
|
HasChildren
Declaration
public bool HasChildren { get; }
Property Value
System.Boolean
|
HasTemplate
Declaration
public bool HasTemplate { get; }
Property Value
System.Boolean
|
Index
Declaration
public int Index { get; }
Property Value
System.Int32
|
Items
Declaration
public IList<BasePanelBarItem> Items { get; }
Property Value
System.Collections.Generic.IList<BasePanelBarItem>
|
ItemValue
Declaration
public string ItemValue { get; set; }
Property Value
System.String
|
Level
Declaration
public int Level { get; }
Property Value
System.Int32
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
NavigateUrl
Scrollable
Declaration
public bool Scrollable { get; }
Property Value
System.Boolean
|
Selected
Declaration
public bool Selected { get; }
Property Value
System.Boolean
|
ShouldNavigate
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Visible
Declaration
public bool Visible { get; }
Property Value
System.Boolean
|
Methods
AssignElement(Element)
Blur()
Declaration
public void Blur()
Click()
Click(Boolean)
Declaration
public override void Click(bool isClosing)
Parameters
System.Boolean
isClosing
|
Overrides
ClickHandler()
Declaration
public void ClickHandler()
Collapse()
Declaration
public void Collapse()
ControlAssert()
Expand()
Declaration
public void Expand()
FindItem(Predicate<BasePanelBarItem>)
Declaration
public BasePanelBarItem FindItem(Predicate<BasePanelBarItem> predicate)
Parameters
System.Predicate<BasePanelBarItem>
predicate
|
Returns
BasePanelBarItem
|
FindItemByText(String)
Declaration
public BasePanelBarItem FindItemByText(string text)
Parameters
System.String
text
|
Returns
BasePanelBarItem
|
FindItemByValue(String)
Declaration
public BasePanelBarItem FindItemByValue(string itemValue)
Parameters
System.String
itemValue
|
Returns
BasePanelBarItem
|
Focus()
FocusFirstChild()
Declaration
public void FocusFirstChild()
FocusLastChild()
Declaration
public void FocusLastChild()
FocusNextItem()
Declaration
public void FocusNextItem()
FocusPreviousItem()
Declaration
public void FocusPreviousItem()
Hide()
Declaration
public void Hide()
InitializeBasePanelBarItemLocator()
Declaration
protected void InitializeBasePanelBarItemLocator()
Navigate()
Select()
Declaration
public void Select()
Show()
Declaration
public void Show()
Unselect()
Declaration
public void Unselect()