Class
RadRibbonComboBoxItem

Represents an item within a RadRibbonComboBox control, providing additional styling and behavior specific to ribbon-based user interfaces.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

cs-api-definition
[TelerikToolboxCategory("Navigation")]
public class RadRibbonComboBoxItem : RadComboBoxItem

Inheritance: objectRadComboBoxItemRadRibbonComboBoxItem

Inherited Members RadComboBoxItem.OnApplyTemplate()RadComboBoxItem.OnSelected(RoutedEventArgs)RadComboBoxItem.OnUnselected(RoutedEventArgs)RadComboBoxItem.OnMouseLeave(MouseEventArgs)RadComboBoxItem.OnContentChanged(object, object)RadComboBoxItem.OnIsHighlightedChanged(bool, bool)RadComboBoxItem.OnMouseLeftButtonDown(MouseButtonEventArgs)RadComboBoxItem.OnMouseLeftButtonUp(MouseButtonEventArgs)RadComboBoxItem.OnMouseEnter(MouseEventArgs)RadComboBoxItem.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)RadComboBoxItem.IsHighlighted

Constructors

RadRibbonComboBoxItem()

Initializes a new instance of the RadRibbonComboBoxItem class.

Declaration

cs-api-definition
public RadRibbonComboBoxItem()

Methods

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Overrides RadComboBoxItem.OnInitialized(EventArgs)