New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

C#
public interface IRadRibbonComboBox : IRadComboBox, ISelector, IFrameworkElement, ITargetElement

Derived Classes: RadRibbonComboBoxRadRibbonComboBox

Inherited Members IRadComboBox.SelectItem(int, bool)IRadComboBox.SelectItem(string, bool)IRadComboBox.ToggleDropDown()IRadComboBox.TypeText(string)IRadComboBox.IsEditableIRadComboBox.IsReadOnlyIRadComboBox.IsDropDownOpenIRadComboBox.ClearButtonIRadComboBox.ItemElementsIRadComboBox.EditableTextBoxElementISelector.SelectedIndexIFrameworkElement.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.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

C#
double MinHeight { get; }
C#
IList<IRadRibbonComboBoxItem> RadRibbonComboBoxItems { get; }
C#
string Text { get; }
C#
IColor TextBoxPartDisabledVisualElementColor { get; }
C#
double TextBoxPartDisabledVisualElementOpacity { get; }
C#
Visibility TextBoxPartDisabledVisualElementVisibility { get; }
C#
IColor TextBoxPartFocusVisualElementColor { get; }
C#
double TextBoxPartFocusVisualElementOpacity { get; }
C#
Visibility TextBoxPartFocusVisualElementVisibility { get; }
C#
IColor TextBoxPartValidationErrorElementColor { get; }
C#
double TextBoxPartValidationErrorElementOpacity { get; }
C#
Visibility TextBoxPartValidationErrorElementVisibility { get; }
C#
IColor ToggleButtonBackgroundColor { get; }
C#
double ToggleButtonBackgroundOpacity { get; }
C#
Visibility ToggleButtonBackgroundVisibility { get; }
C#
IColor ToggleButtonCheckedColor { get; }
C#
double ToggleButtonCheckedOpacity { get; }
C#
Visibility ToggleButtonCheckedVisibility { get; }