Interface IRadToolBar
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadToolBar : IControl, IFrameworkElement, ITargetElement
Properties
Band
Declaration
int Band { get; }
Property Value
System.
|
BandIndex
Declaration
int BandIndex { get; }
Property Value
System.
|
HasOverflowItems
Declaration
bool HasOverflowItems { get; }
Property Value
System.
|
IsOverflowPopupOpen
Declaration
bool IsOverflowPopupOpen { get; }
Property Value
System.
|
Items
Declaration
IList<FrameworkElement> Items { get; }
Property Value
System.
|
Orientation
OverflowItems
Declaration
IList<FrameworkElement> OverflowItems { get; }
Property Value
System.
|
Methods
ToggleOverflowDropDown()
Declaration
void ToggleOverflowDropDown()