RadComboBox
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadComboBox : Selector, IAutomationPeer, IPeerConverter, IControl, IRadComboBox, ISelector, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlSelectorRadComboBox...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public RadComboBox()
Properties
C#
public IRadButton ClearButton { get; }
Implements:
C#
public ContentPresenter ContentPresenterElement { get; }
C#
public FrameworkElement DropDownButton { get; }
C#
public Popup DropDownPopup { get; }
C#
[Obsolete("The property is deprecated. Please use .EditableTextBoxElement instead.")]
public PickerTextBox EditableTextBox { get; }
C#
public FrameworkElement EditableTextBoxElement { get; }
Implements:
C#
public bool IsDropDownOpen { get; }
Implements:
C#
public bool IsEditable { get; }
Implements:
C#
public bool IsReadOnly { get; }
Implements:
C#
public IList<IRadComboBoxItem> ItemElements { get; }
Implements:
C#
[Obsolete("The property is deprecated. Please use ItemElements instead.")]
public IList<RadComboBoxItem> Items { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements:
C#
public void DropDownMouseWheelScroll(int delta, MouseWheelTurnDirection direction)
C#
public void ToggleDropDown()
Implements:
C#
public void WaitDropDownAnimation()