skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Free Tools
    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
    • Test Studio Trainings
    • Test Studio Consulting
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

Class RadComboBox

Inheritance
System.Object
Control
HtmlControl
HtmlContainerControl
RadComboBox
Inherited Members
HtmlContainerControl.TextContent
HtmlContainerControl.InnerText
HtmlControl.FindParentContainer<TContainerControl>()
HtmlControl.ValidateTag(String)
HtmlControl.ValidateControl()
HtmlControl.ParseResponseValue<T>(String, T)
HtmlControl.GetAttributeAsString(String)
HtmlControl.InitializeMappings(MappingsCollection)
HtmlControl.GetRectangle()
HtmlControl.IsVisible()
HtmlControl.GetStyleValue(String)
HtmlControl.GetStyle(String)
HtmlControl.GetComputedStyleValue(String)
HtmlControl.GetComputedStyle(String)
HtmlControl.Parent<TContainerControl>()
HtmlControl.Capture()
HtmlControl.Capture(String, String)
HtmlControl.Capture(String)
HtmlControl.InvokeEvent(ScriptEventType)
HtmlControl.InvokeEvent(ScriptEventType, Boolean)
HtmlControl.InvokeEvent(ScriptEvent)
HtmlControl.InvokeEvent(ScriptEvent, Boolean)
HtmlControl.AddEventListener(String, EventHandler<JavascriptEventArgs>)
HtmlControl.RemoveEventListener(String, EventHandler<JavascriptEventArgs>)
HtmlControl.MouseClick()
HtmlControl.MouseClick(MouseClickType)
HtmlControl.MouseClick(MouseClickType, Int32, Int32)
HtmlControl.MouseClick(MouseClickType, Point, OffsetReference)
HtmlControl.MouseClick(MouseClickType, Int32, Int32, OffsetReference)
HtmlControl.MouseHover()
HtmlControl.MouseHover(Point)
HtmlControl.MouseHover(Int32, Int32)
HtmlControl.MouseHover(Int32, Int32, OffsetReference)
HtmlControl.Click()
HtmlControl.Click(Boolean)
HtmlControl.ScrollToVisible()
HtmlControl.ScrollToVisible(ScrollToVisibleType)
HtmlControl.ScrollToVisible(ScrollToVisibleType, Rectangle)
HtmlControl.Download(Boolean, DownloadOption, String, Int32)
HtmlControl.CallMethod(String)
HtmlControl.CallMethod<T>(String)
HtmlControl.CallMethod<T>(String, T)
HtmlControl.GetValue<T>(String)
HtmlControl.GetValue<T>(String, T)
HtmlControl.GetValue<T>(String, Boolean)
HtmlControl.GetValue<T>(String, Boolean, T)
HtmlControl.SetValue<T>(String, T)
HtmlControl.SetValue<T>(String, T, Boolean)
HtmlControl.Focus()
HtmlControl.DragTo(OffsetReference, Point, Int32, Int32)
HtmlControl.DragTo(OffsetReference, Int32, Int32, Rectangle, OffsetReference, Int32, Int32)
HtmlControl.DragTo(Point)
HtmlControl.DragTo(Int32, Int32)
HtmlControl.DragTo(HtmlControl)
HtmlControl.DragTo(HtmlControl, OffsetReference, Point)
HtmlControl.DragTo(OffsetReference, Point, HtmlControl)
HtmlControl.DragTo(OffsetReference, Point, HtmlControl, OffsetReference, Point)
HtmlControl.DragTo(OffsetReference, Int32, Int32, Boolean, HtmlControl, OffsetReference, Int32, Int32, Boolean)
HtmlControl.DragToWindowLocation(OffsetReference, Int32, Int32, Boolean, OffsetReference, Int32, Int32, Boolean)
HtmlControl.ToString()
HtmlControl.AsjQueryControl()
HtmlControl.GetElementByTagNameClientSideLocator
HtmlControl.GetElementByIdClientSideLocator
HtmlControl.Find
HtmlControl.ScrollTop
HtmlControl.ScrollLeft
HtmlControl.Wait
HtmlControl.ID
HtmlControl.CssClass
HtmlControl.Attributes
HtmlControl.Mappings
HtmlControl.Styles
HtmlControl.Events
HtmlControl.TagName
HtmlControl.ChildNodes
HtmlControl.IsActiveElement
HtmlControl.IsEnabled
Control.Refresh()
Control.AssignFailed(Exception)
Control.SetTelerikComponentsVersion(Nullable<TelerikComponentsVersion>)
Control.MatchControl(Element, FindParam)
Control.GetFamilyElement(Int32, Element)
Control.ThrowOnInvalidAssignment
Control.TelerikComponentsVersion
Control.IsRefresh
Control.BaseElement
Control.OwnerBrowser
Control.Locator
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll

Syntax

public class RadComboBox : HtmlContainerControl

Constructors

RadComboBox()

Declaration
public RadComboBox()

RadComboBox(Element)

Declaration
public RadComboBox(Element element)
Parameters
Element element

Properties

CheckBoxesEnabled

Declaration
public bool CheckBoxesEnabled { get; }
Property Value
System.Boolean

CheckedItems

Declaration
public IList<RadComboBoxItem> CheckedItems { get; }
Property Value
System.Collections.Generic.IList<RadComboBoxItem>

ClientSideLocator

Declaration
public override string ClientSideLocator { get; }
Property Value
System.String

Overrides
HtmlControl.ClientSideLocator

ComboBoxValue

Declaration
public string ComboBoxValue { get; set; }
Property Value
System.String

DropDownDiv

Declaration
public HtmlDiv DropDownDiv { get; }
Property Value
HtmlDiv

DropDownVisible

Declaration
public bool DropDownVisible { get; }
Property Value
System.Boolean

DropDownWidth

Declaration
public int DropDownWidth { get; }
Property Value
System.Int32

ElementOffsetWidth

Declaration
public int ElementOffsetWidth { get; }
Property Value
System.Int32

EmptyMessage

Declaration
public string EmptyMessage { get; set; }
Property Value
System.String

Enabled

Declaration
public bool Enabled { get; }
Property Value
System.Boolean

FilterEnabled

Declaration
public bool FilterEnabled { get; }
Property Value
System.Boolean

ItemCount

Declaration
public int ItemCount { get; }
Property Value
System.Int32

Items

Declaration
public IList<RadComboBoxItem> Items { get; }
Property Value
System.Collections.Generic.IList<RadComboBoxItem>

LastWord

Declaration
public string LastWord { get; }
Property Value
System.String

LocatorExpression

Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression

Overrides
Control.LocatorExpression

RenderMode

Declaration
public RenderMode RenderMode { get; }
Property Value
RenderMode

SelectedIndex

Declaration
public int SelectedIndex { get; }
Property Value
System.Int32

SimpleRendering

Declaration
[Obsolete]
public bool SimpleRendering { get; }
Property Value
System.Boolean

Text

Declaration
public string Text { get; set; }
Property Value
System.String

VisibleItems

Declaration
public IList<RadComboBoxItem> VisibleItems { get; }
Property Value
System.Collections.Generic.IList<RadComboBoxItem>

Methods

AssignElement(Element)

Declaration
public override void AssignElement(Element e)
Parameters
Element e

Overrides
HtmlContainerControl.AssignElement(Element)

ClearItems()

Declaration
public void ClearItems()

ClearSelection()

Declaration
public void ClearSelection()

ControlAssert()

Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert

Disable()

Declaration
public void Disable()

Enable()

Declaration
public void Enable()

FindItem(Predicate<RadComboBoxItem>)

Declaration
public RadComboBoxItem FindItem(Predicate<RadComboBoxItem> predicate)
Parameters
System.Predicate<RadComboBoxItem> predicate

Returns
RadComboBoxItem

FindItemByIndex(Int32)

Declaration
public RadComboBoxItem FindItemByIndex(int itemIndex)
Parameters
System.Int32 itemIndex

Returns
RadComboBoxItem

FindItemByText(String)

Declaration
public RadComboBoxItem FindItemByText(string itemText)
Parameters
System.String itemText

Returns
RadComboBoxItem

FindItemByValue(String)

Declaration
public RadComboBoxItem FindItemByValue(string itemValue)
Parameters
System.String itemValue

Returns
RadComboBoxItem

FindItemIndexByText(String)

Declaration
public int FindItemIndexByText(string itemText)
Parameters
System.String itemText

Returns
System.Int32

FindItemIndexByValue(String)

Declaration
public int FindItemIndexByValue(string itemValue)
Parameters
System.String itemValue

Returns
System.Int32

FindItems(Predicate<RadComboBoxItem>)

Declaration
public IList<RadComboBoxItem> FindItems(Predicate<RadComboBoxItem> predicate)
Parameters
System.Predicate<RadComboBoxItem> predicate

Returns
System.Collections.Generic.IList<RadComboBoxItem>

HideDropDown()

Declaration
public void HideDropDown()

SelectItemByIndex(Int32)

Declaration
public void SelectItemByIndex(int itemIndex)
Parameters
System.Int32 itemIndex

SelectItemByText(String)

Declaration
public void SelectItemByText(string itemText)
Parameters
System.String itemText

SelectItemByValue(String)

Declaration
public void SelectItemByValue(string itemValue)
Parameters
System.String itemValue

SetText(String, ScrollToVisibleType)

Declaration
public void SetText(string text, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
System.String text

ScrollToVisibleType scrollToVisibleType

SetText(String, Int32, ScrollToVisibleType)

Declaration
public void SetText(string text, int typeSpeed, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
System.String text

System.Int32 typeSpeed

ScrollToVisibleType scrollToVisibleType

ShowDropDown()

Declaration
public void ShowDropDown()

ToggleDropDown()

Declaration
public void ToggleDropDown()

Extension Methods

jQueryExtension.TojQueryControl(HtmlControl)
HtmlControlsAssertExtensions.AssertContent(HtmlControl)
HtmlControlsAssertExtensions.AssertStyle(HtmlControl)
HtmlControlsAssertExtensions.AssertStyle(HtmlControl, Boolean)
HtmlControlsAssertExtensions.AssertAttribute(HtmlControl)
HtmlControlsAssertExtensions.AssertAttribute(HtmlControl, Boolean)
Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.