Interface
IRadToolBar

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadToolBar : IControl, IFrameworkElement, ITargetElement

Derived Classes: QuickAccessToolBarRadToolBarQuickAccessToolBarRadToolBar

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

Band

Declaration

cs-api-definition
int Band { get; }

Property Value

int

BandIndex

Declaration

cs-api-definition
int BandIndex { get; }

Property Value

int

HasOverflowItems

Declaration

cs-api-definition
bool HasOverflowItems { get; }

Property Value

bool

IsOverflowPopupOpen

Declaration

cs-api-definition
bool IsOverflowPopupOpen { get; }

Property Value

bool

Items

Declaration

cs-api-definition
IList<FrameworkElement> Items { get; }

Property Value

IList<FrameworkElement>

Orientation

Declaration

cs-api-definition
Orientation Orientation { get; set; }

Property Value

Orientation

OverflowItems

Declaration

cs-api-definition
IList<FrameworkElement> OverflowItems { get; }

Property Value

IList<FrameworkElement>

Methods

ToggleOverflowDropDown()

Declaration

cs-api-definition
void ToggleOverflowDropDown()