Class SchedulerContextMenuOpeningEventArgs
Provides data for a ContextMenuOpening event.
Inheritance
System.Object
SchedulerContextMenuOpeningEventArgs
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public class SchedulerContextMenuOpeningEventArgs : CancelEventArgs
Constructors
SchedulerContextMenuOpeningEventArgs()
Declaration
public SchedulerContextMenuOpeningEventArgs()
Properties
ContextMenu
Gets the context menu item details.
Declaration
public MenuItemCollection ContextMenu { get; }
Property Value
| Type |
|---|
| MenuItemCollection |
MenuInfo
Gets the instance of SchedulerContextMenuInfo that contains information about date time, appointment of the element opens the context menu.
Declaration
public SchedulerContextMenuInfo MenuInfo { get; }
Property Value
| Type |
|---|
| SchedulerContextMenuInfo |
MenuType
Gets the element type for which the context menu opens.
Declaration
public SchedulerContextMenuType MenuType { get; }
Property Value
| Type |
|---|
| SchedulerContextMenuType |