ClassDropDownMenuItem
Class
The menu items of TabControl's drop down menu. The class is identical to the RadMenuItem.
Definition
Namespace:Telerik.Windows.Controls.TabControl
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class DropDownMenuItem : RadMenuItem, ICommandSource
Inheritance: objectRadMenuItemDropDownMenuItem
Implements:
Inherited Members
Constructors
DropDownMenuItem()
Declaration
cs-api-definition
public DropDownMenuItem()
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