ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class DiagramCommand

    Inheritance
    System.Object
    EJTagHelper
    DiagramCommand
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramCommand : EJTagHelper

    Constructors

    DiagramCommand()

    Declaration
    public DiagramCommand()

    Properties

    CanExecute

    Check the command is executable at the moment or not

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

    Execute

    Defines what to be executed when the key combination is recognized

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

    Gesture

    Defines a combination of keys and key modifiers, on recognition of which the command will be executed typescript let node: NodeModel; node = { ... id: 'node', width: 100, height: 100, offsetX: 100, offsetY: 100, annotations : [{ content: 'text' }]; ... };

    Declaration
    public DiagramKeyGesture Gesture { get; set; }
    Property Value
    Type Description
    DiagramKeyGesture

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    Name

    Defines the name of the command

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Parameter

    Defines any additional parameters that are required at runtime

    Declaration
    public string Parameter { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved