Skip to main content

DXEditMenuItem Constructors

A menu item that allows you to embed an editor in a DXPopupMenu.
Name Parameters Description
DXEditMenuItem() none Initializes a new DXEditMenuItem instance with the default settings.
DXEditMenuItem(String, RepositoryItem, Image, Image) caption, edit, image, disabled Initializes a new DXEditMenuItem class instance with the specified settings.
DXEditMenuItem(String, RepositoryItem, Image) caption, edit, image Initializes a new DXEditMenuItem class instance with the specified settings.
DXEditMenuItem(String, RepositoryItem, EventHandler, Image, Image, Int32, Int32) caption, edit, editValueChanged, image, disabled, width, height Initializes a new DXEditMenuItem class instance with the specified settings.
DXEditMenuItem(String, RepositoryItem, EventHandler, Image, Image) caption, edit, editValueChanged, image, disabled Initializes a new DXEditMenuItem class instance with the specified settings.
DXEditMenuItem(String, RepositoryItem) caption, edit Initializes a new DXEditMenuItem class instance with the specified settings.
DXEditMenuItem(String) caption Initializes a new DXEditMenuItem class instance with the specified settings.
See Also