IRadToolBar
Interface
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public interface IRadToolBar : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
C#
bool HasOverflowItems { get; }
C#
bool IsOverflowPopupOpen { get; }
C#
IList<FrameworkElement> Items { get; }
C#
Orientation Orientation { get; set; }
C#
IList<FrameworkElement> OverflowItems { get; }
Methods
C#
void ToggleOverflowDropDown()