ClassRadPanelBarItem
Represents the Silverlight RadPanelBarItem control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadPanelBarItem : ItemsControl, IAutomationPeer, IPeerConverter, IRadPanelBarItem, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlRadPanelBarItem
Implements:
Inherited Members
Constructors
RadPanelBarItem()
Initializes a new instance of the RadPanelBarItem class.
Declaration
public RadPanelBarItem()
Properties
HeaderContentPresenter
Get the content panel in the header that can be used to find sub-controls plugged into the item template.
Declaration
public ContentPresenter HeaderContentPresenter { get; }
Property Value
HeaderText
Get the item text in the header.
Index
Get the panelbar item sibling index.
IsCollapsedArrowDisplayed
Get whether the collapsed arrow is displayed in the root item.
Declaration
public bool IsCollapsedArrowDisplayed { get; }
Property Value
Exceptions
Thrown when item is not panelbar root item.
IsDisabledVisually
Get whether the disabled style is applied.
IsExpanded
Get or set whether the panelbar item is expanded.
IsExpandedArrowDisplayed
Get whether the expanded arrow is displayed in the root item.
Declaration
public bool IsExpandedArrowDisplayed { get; }
Property Value
Exceptions
Thrown when item is not panelbar root item.
IsMouseOver
Get or set whether the panelbar item is hovered over.
IsSelected
Get or set whether the panelbar item is selected.
ItemElements
Gets the list of the RadPanelBarItem sub elements.
Declaration
public IList<IRadPanelBarItem> ItemElements { get; }
Property Value
Implements
Items
Gets the list of the RadPanelBarItem sub elements.
Declaration
[Obsolete("The property is deprecated. Please use ItemElements instead.")]
public IList<RadPanelBarItem> Items { get; }
Property Value
Methods
AssignReference(AutomationReference)
Initialize the element.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
The automation reference of the element.
Overrides
Implements