Class RadPanelBarItem
Inheritance
System.Object
RadPanelBarItem
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadPanelBarItem : ItemsControl, IAutomationPeer, IPeerConverter, IRadPanelBarItem, IControl, IFrameworkElement, ITargetElement
Constructors
RadPanelBarItem()
Declaration
public RadPanelBarItem()
Properties
HeaderContentPresenter
HeaderText
Declaration
public string HeaderText { get; }
Property Value
System.String
|
Implements
Index
IsCollapsedArrowDisplayed
Declaration
public bool IsCollapsedArrowDisplayed { get; }
Property Value
System.Boolean
|
IsDisabledVisually
Declaration
public bool IsDisabledVisually { get; }
Property Value
System.Boolean
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
Implements
IsExpandedArrowDisplayed
Declaration
public bool IsExpandedArrowDisplayed { get; }
Property Value
System.Boolean
|
IsMouseOver
Declaration
public bool IsMouseOver { get; set; }
Property Value
System.Boolean
|
Implements
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Implements
ItemElements
Declaration
public IList<IRadPanelBarItem> ItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadPanelBarItem>
|
Implements
Level
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
Click()
HoverOver()
Declaration
public void HoverOver()