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.Int32
|
BandIndex
Declaration
int BandIndex { get; }
Property Value
System.Int32
|
HasOverflowItems
Declaration
bool HasOverflowItems { get; }
Property Value
System.Boolean
|
IsOverflowPopupOpen
Declaration
bool IsOverflowPopupOpen { get; }
Property Value
System.Boolean
|
Items
Declaration
IList<FrameworkElement> Items { get; }
Property Value
System.Collections.Generic.IList<FrameworkElement>
|
Orientation
OverflowItems
Declaration
IList<FrameworkElement> OverflowItems { get; }
Property Value
System.Collections.Generic.IList<FrameworkElement>
|
Methods
ToggleOverflowDropDown()
Declaration
void ToggleOverflowDropDown()