ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    EJTagHelper
    DiagramLane
    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.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramLane : EJTagHelper

    Constructors

    DiagramLane()

    Declaration
    public DiagramLane()

    Properties

    CanMove

    Defines when the lane to be interchanged or not

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

    Children

    Defines the collection of child nodes

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

    Header

    Defines the collection of header in the phase.

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

    Height

    Defines the height of the phase

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

    Id

    Sets the id of the lane

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

    IsChild

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

    Style

    Sets style of the lane

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

    Width

    Defines the height of the phase

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved