Back to Devexpress

DXMenuItem Constructors

windowsforms-devexpress-dot-utils-dot-menu-dot-dxmenuitem-dot-ctor.md

latest3.7 KB
Original Source

DXMenuItem Constructors

A regular menu item.

NameParametersDescription
DXMenuItem()noneInitializes a new instance of the DXMenuItem class with default settings.
DXMenuItem(String, DXMenuItemPriority)caption, priorityInitializes a new instance of the DXMenuItem class with the specified caption and display priority.
DXMenuItem(String, EventHandler, DXMenuItemPriority)caption, click, priorityInitializes a new instance of the DXMenuItem class with the specified caption, display priority and Click event handler.
DXMenuItem(String, EventHandler, SvgImage, DXMenuItemPriority)caption, click, svgImage, priorityInitializes a new instance of the DXMenuItem class with the specified settings.
DXMenuItem(String, EventHandler, Image, Image, Image, Image, DXMenuItemPriority)caption, click, image, imageDisabled, largeImage, largeImageDisabled, priorityInitializes a new instance of the DXMenuItem class with the specified settings.
DXMenuItem(String, EventHandler, Image, Image, Image, Image)caption, click, image, imageDisabled, largeImage, largeImageDisabledInitializes a new instance of the DXMenuItem class with the specified settings.
DXMenuItem(String, EventHandler, Image, Image)caption, click, image, imageDisabledInitializes a new instance of the DXMenuItem class with the specified settings.
DXMenuItem(String, EventHandler, Image)caption, click, imageInitializes a new instance of the DXMenuItem class with the specified caption, image and Click event handler
DXMenuItem(String, EventHandler)caption, clickInitializes a new instance of the DXMenuItem class with the specified caption and Click event handler
DXMenuItem(String)captionInitializes a new instance of the DXMenuItem class with the specified caption.

See Also

DXMenuItem Class

DXMenuItem Members

DevExpress.Utils.Menu Namespace