Class RadToolBar
Inheritance
System.Object
RadToolBar
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 RadToolBar : ItemsControl, IAutomationPeer, IPeerConverter, IRadToolBar, IControl, IFrameworkElement, ITargetElement
Constructors
RadToolBar()
Declaration
public RadToolBar()
Properties
Band
BandIndex
Declaration
public int BandIndex { get; }
Property Value
System.Int32
|
Implements
HasOverflowItems
Declaration
public bool HasOverflowItems { get; }
Property Value
System.Boolean
|
Implements
IsOverflowPopupOpen
Declaration
public bool IsOverflowPopupOpen { get; }
Property Value
System.Boolean
|
Implements
Items
Declaration
public IList<FrameworkElement> Items { get; }
Property Value
System.Collections.Generic.IList<FrameworkElement>
|
Implements
Orientation
OverflowItems
Declaration
public IList<FrameworkElement> OverflowItems { get; }
Property Value
System.Collections.Generic.IList<FrameworkElement>
|
Implements
OverflowPopup
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
ToggleOverflowDropDown()
Declaration
public virtual void ToggleOverflowDropDown()