menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class DiagramLane

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

    Constructors

    DiagramLane()

    Declaration
    public DiagramLane()

    Properties

    AddInfo

    Allows the user to save custom information about lanes. Example: addInfo: {'lane': 'lane 1 info' }

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

    The default value is null

    CanMove

    Defines when the lane to be interchanged or not

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

    The default value is true

    Children

    Defines the collection of child nodes

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

    The default value is null

    Header

    Defines the collection of header in the lane.

    Declaration
    public DiagramHeader Header { get; set; }
    Property Value
    Type Description
    DiagramHeader

    The default value is null

    Height

    Defines the height of the lane

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 100

    Id

    Sets the id of the lane

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

    The default value is ""

    Overrides
    Syncfusion.EJ2.EJTagHelper.Id

    Style

    Sets style of the lane

    Declaration
    public DiagramShapeStyle Style { get; set; }
    Property Value
    Type Description
    DiagramShapeStyle

    The default value is null

    Width

    Defines the height of the lane

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 100

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