alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved