Skip to main content
A newer version of this page is available. .

SchedulerMenuItem(String, EventHandler) Constructor

Initializes a new instance of the SchedulerMenuItem class with the specified caption and click event handler.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public SchedulerMenuItem(
    string caption,
    EventHandler click
)

Parameters

Name Type Description
caption String

A String value that specifies the caption of the menu item. This value is assigned to the DXMenuItem.Caption property.

click EventHandler

A EventHandler object that specifies the event handler for the DXMenuItem.Click event.

See Also