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

PrepareContextMenuEventArgs(SchedulerPopupMenu) Constructor

Initializes a new instance of the PrepareContextMenuEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public PrepareContextMenuEventArgs(
    SchedulerPopupMenu menu
)

Parameters

Name Type Description
menu SchedulerPopupMenu

A SchedulerPopupMenu value which represents the event’s popup menu.

Remarks

See Also