Back to Devexpress

SchedulerMenuCheckItem Constructors

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

latest2.7 KB
Original Source

SchedulerMenuCheckItem Constructors

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

NameParametersDescription
SchedulerMenuCheckItem()noneInitializes a new instance of the SchedulerMenuCheckItem class with default settings.
SchedulerMenuCheckItem(String, Boolean, Image, EventHandler, EventHandler)caption, check, image, checkedChanged, updateInitializes a new instance of the SchedulerMenuCheckItem class with the specified caption, check state, image, and event handlers for check state changing and updating.
SchedulerMenuCheckItem(String, Boolean, Image, EventHandler)caption, check, image, checkedChangedInitializes a new instance of the SchedulerMenuCheckItem class with the specified caption, check state, image, and an event handler for check state changing.
SchedulerMenuCheckItem(String, Boolean, EventHandler)caption, check, updateInitializes a new instance of the SchedulerMenuCheckItem class with the specified caption, check state, and the event handler for updating.
SchedulerMenuCheckItem(String, Boolean)caption, checkInitializes a new instance of the SchedulerMenuCheckItem class with the specified caption and check state.
SchedulerMenuCheckItem(String)captionInitializes a new instance of the SchedulerMenuCheckItem class with the specified caption.

See Also

SchedulerMenuCheckItem Class

SchedulerMenuCheckItem Members

DevExpress.XtraScheduler Namespace