ClassRadPanelBar
Class
Represents the Silverlight RadPanelBar control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadPanelBar : ItemsControl, IAutomationPeer, IPeerConverter, IRadPanelBar, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlRadPanelBar
Implements:
Inherited Members
Constructors
RadPanelBar()
Initializes a new instance of the RadPanelBar class.
Declaration
cs-api-definition
public RadPanelBar()
Properties
ItemElements
Gets the list of the root RadPanelBarItem elements.
Declaration
cs-api-definition
public IList<IRadPanelBarItem> ItemElements { get; }
Property Value
Implements
Items
Gets the list of the root RadPanelBarItem elements.
Declaration
cs-api-definition
[Obsolete("The property is deprecated. Please use ItemElements instead.")]
public IList<RadPanelBarItem> Items { get; }
Property Value
Orientation
Get or set the panelbar orientation.
Declaration
cs-api-definition
public Orientation Orientation { get; set; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements