ClassRadRibbonComboBoxItem
Class
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
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
The RoutedEventArgs that contains the event data.
Overrides