menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramContextMenuSettings - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramContextMenuSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramContextMenuSettings
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramContextMenuSettings : EJTagHelper

    Constructors

    DiagramContextMenuSettings()

    Declaration
    public DiagramContextMenuSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Items

    Defines the custom context menu items

    Declaration
    public object Items { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Show

    Enables/Disables the context menu items

    Declaration
    public bool Show { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is undefined

    ShowCustomMenuOnly

    Shows only the custom context menu items

    Declaration
    public bool ShowCustomMenuOnly { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is undefined

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved