Class RadMenuItemPopup
Inherited Members
Namespace: Telerik.WinControls.UI.Menu
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadMenuItemPopup : RadPopupControlBase, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IPopupControl
Constructors
RadMenuItemPopup(RadItem)
Creates an instance of the RadMenuItemPopup class. This class represents the popup which is used to display menu items in the RadMenu control.
Declaration
public RadMenuItemPopup(RadItem owner)
Parameters
RadItem
owner
An instance of the RadItem class which represents the owner of the popup. |