ClassRadToolBar
Represents the Silverlight RadToolBar control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadToolBar : ItemsControl, IAutomationPeer, IPeerConverter, IRadToolBar, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlRadToolBar
Derived Classes:
Implements:
Inherited Members
Constructors
RadToolBar()
Initializes a new instance of the RadToolBar class.
Declaration
public RadToolBar()
Properties
Band
Gets a value indicating on wich Tray's Band the toolbar should be positioned.
BandIndex
Gets or sets a value indicating the order in a Tray's Band via automation property.
HasOverflowItems
Gets a value indicating whether the Overflow area contains items via automation property.
IsOverflowPopupOpen
Get whether the overflow popup is open.
Declaration
public bool IsOverflowPopupOpen { get; }
Property Value
Implements
Items
Get the list of toolbar items.
Declaration
public IList<FrameworkElement> Items { get; }
Property Value
Implements
Orientation
Get or set the toolbar orientation.
Declaration
public Orientation Orientation { get; set; }
Property Value
Implements
OverflowItems
Get the list of overflow items.
Declaration
public IList<FrameworkElement> OverflowItems { get; }
Property Value
Implements
OverflowPopup
Gets the popup holding the overflow items.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
ToggleOverflowDropDown()
Opens/closes the overflow drop down.
Declaration
public virtual void ToggleOverflowDropDown()
Implements