Back to Devexpress

SchedulerMenuItem Constructors

windowsforms-devexpress-dot-xtrascheduler-dot-schedulermenuitem-dot-ctor.md

latest2.1 KB
Original Source

SchedulerMenuItem Constructors

Represents an individual item that is displayed within a Scheduler ‘s popup (context) menu.

NameParametersDescription
SchedulerMenuItem()noneInitializes a new instance of the SchedulerMenuItem class with default settings.
SchedulerMenuItem(String, EventHandler, Image, EventHandler)caption, click, image, updateInitializes a new instance of the SchedulerMenuItem class with the specified caption, image, and event handlers for clicking and updating.
SchedulerMenuItem(String, EventHandler, Image)caption, click, imageInitializes a new instance of the SchedulerMenuItem class with the specified caption, image, and click event handler.
SchedulerMenuItem(String, EventHandler)caption, clickInitializes a new instance of the SchedulerMenuItem class with the specified caption and click event handler.
SchedulerMenuItem(String)captionInitializes a new instance of the SchedulerMenuItem class with the specified caption.

See Also

SchedulerMenuItem Class

SchedulerMenuItem Members

DevExpress.XtraScheduler Namespace