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:
C#
[TelerikToolboxCategory("Navigation")]
public class RadRibbonComboBoxItem : RadComboBoxItem
Inheritance: objectRadComboBoxItemRadRibbonComboBoxItem
Inherited Members
Constructors
Initializes a new instance of the RadRibbonComboBoxItem class.
C#
public RadRibbonComboBoxItem()
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: