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 Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadRibbonComboBox

RibbonView RadRibbonComboBox control.

Inheritance
System.Object
RadComboBox
RadRibbonComboBox
Inherited Members
RadComboBox.CommandProperty
RadComboBox.CommandParameterProperty
RadComboBox.CommandTargetProperty
RadComboBox.IsWatermarkVisibleProperty
RadComboBox.CanAutocompleteSelectItemsProperty
RadComboBox.CanKeyboardNavigationSelectItemsProperty
RadComboBox.NonEditableTemplateProperty
RadComboBox.EditableTemplateProperty
RadComboBox.MinDropDownWidthProperty
RadComboBox.IsDropDownOpenProperty
RadComboBox.MaxDropDownHeightProperty
RadComboBox.IsReadOnlyProperty
RadComboBox.IsEditableProperty
RadComboBox.IsMouseWheelEnabledProperty
RadComboBox.OpenDropDownOnFocusProperty
RadComboBox.SelectionBoxItemProperty
RadComboBox.SelectionBoxItemTemplateProperty
RadComboBox.SelectionBoxTemplateProperty
RadComboBox.EmptySelectionBoxTemplateProperty
RadComboBox.EmptyTextProperty
RadComboBox.TextProperty
RadComboBox.IsFilteringEnabledProperty
RadComboBox.TextSearchModeProperty
RadComboBox.FilteringModeProperty
RadComboBox.IsHighlightedProperty
RadComboBox.StaysOpenOnEditProperty
RadComboBox.ClearSelectionButtonVisibilityProperty
RadComboBox.ClearSelectionButtonContentProperty
RadComboBox.SelectAllTextEventProperty
RadComboBox.DropDownWidthProperty
RadComboBox.TextBoxStyleProperty
RadComboBox.IsDropDownTabNavigationEnabledProperty
RadComboBox.UpdateSelectionOnLostFocusProperty
RadComboBox.DropDownButtonIconContentProperty
RadComboBox.DropDownButtonIconTemplateProperty
RadComboBox.AutoCompleteSelectionModeProperty
RadComboBox.AllowMultipleSelectionProperty
RadComboBox.MultipleSelectionBoxTemplateProperty
RadComboBox.MultipleSelectionSeparatorProperty
RadComboBox.MultipleSelectionSeparatorStringFormatProperty
RadComboBox.OnApplyTemplate()
RadComboBox.HandleTextInput(String)
RadComboBox.HandleKeyDown(Key, Int32)
RadComboBox.ChangeVisualState(Boolean)
RadComboBox.OnScrollIntoView(Int32)
RadComboBox.ClearContainerForItemOverride(DependencyObject, Object)
RadComboBox.PrepareContainerForItemOverride(DependencyObject, Object)
RadComboBox.OnDropDownClosed(EventArgs)
RadComboBox.OnDropDownOpened(EventArgs)
RadComboBox.OnIsDropDownOpenChanged(Boolean, Boolean)
RadComboBox.OnIsEditableChanged(Boolean, Boolean)
RadComboBox.OnIsMouseWheelEnabledChanged(Boolean, Boolean)
RadComboBox.OnSelectionChanged(SelectionChangedEventArgs)
RadComboBox.OnTextChanged(String, String)
RadComboBox.OnMouseWheel(MouseWheelEventArgs)
RadComboBox.OnTextInput(TextCompositionEventArgs)
RadComboBox.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)
RadComboBox.OnTextBoxStyleChanged()
RadComboBox.Command
RadComboBox.CommandParameter
RadComboBox.CommandTarget
RadComboBox.CanAutocompleteSelectItems
RadComboBox.CanKeyboardNavigationSelectItems
RadComboBox.NonEditableTemplate
RadComboBox.EditableTemplate
RadComboBox.TextSearchMode
RadComboBox.IsFilteringEnabled
RadComboBox.IsDropDownOpen
RadComboBox.DropDownWidth
RadComboBox.IsEditable
RadComboBox.IsWatermarkVisible
RadComboBox.IsHighlighted
RadComboBox.OpenDropDownOnFocus
RadComboBox.IsReadOnly
RadComboBox.UpdateTextOnLostFocus
RadComboBox.MaxDropDownHeight
RadComboBox.MinDropDownWidth
RadComboBox.SelectionBoxItem
RadComboBox.SelectionBoxTemplate
RadComboBox.EmptyText
RadComboBox.EmptySelectionBoxTemplate
RadComboBox.SelectionBoxItemTemplate
RadComboBox.StaysOpenOnEdit
RadComboBox.IsMouseWheelEnabled
RadComboBox.Text
RadComboBox.ClearSelectionButtonVisibility
RadComboBox.ClearSelectionButtonContent
RadComboBox.SelectAllTextEvent
RadComboBox.TextBoxStyle
RadComboBox.IsDropDownTabNavigationEnabled
RadComboBox.UpdateSelectionOnLostFocus
RadComboBox.FilteringBehavior
RadComboBox.DropDownButtonIconContent
RadComboBox.DropDownButtonIconTemplate
RadComboBox.AutoCompleteSelectionMode
RadComboBox.TextInputString
RadComboBox.HandlesScrolling
RadComboBox.AllowMultipleSelection
RadComboBox.MultipleSelectionBoxTemplate
RadComboBox.MultipleSelectionSeparator
RadComboBox.MultipleSelectionSeparatorStringFormat
RadComboBox.DropDownClosed
RadComboBox.DropDownOpened
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll

Syntax

[TelerikToolboxCategory("Navigation")]
[Themable]
public class RadRibbonComboBox : RadComboBox, IThemable, IPopupWrapperOwner

Constructors

RadRibbonComboBox()

Initializes a new instance of the RadRibbonComboBox class.

Declaration
public RadRibbonComboBox()

Methods

GetContainerForItemOverride()

Creates or identifies the element that is used to display the given item.

Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System.Windows.DependencyObject

Overrides
RadComboBox.GetContainerForItemOverride()

IsItemItsOwnContainerOverride(Object)

Determines if the specified item is (or is eligible to be) its own container.

Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
System.Object item

The item to check.

Returns
System.Boolean

True if the item is (or is eligible to be) its own container; otherwise, false.

Overrides
RadComboBox.IsItemItsOwnContainerOverride(Object)

OnCreateAutomationPeer()

Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer

The type-specific System.Windows.Automation.Peers.AutomationPeer implementation.

Overrides
RadComboBox.OnCreateAutomationPeer()

OnInitialized(EventArgs)

Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

The System.Windows.RoutedEventArgs that contains the event data.

Overrides
RadComboBox.OnInitialized(EventArgs)

ResetTheme()

Resets the theme.

Declaration
public void ResetTheme()

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing 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.