Class DiagramSwimLane
Inheritance
System.Object
DiagramSwimLane
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramSwimLane : EJTagHelper
Constructors
DiagramSwimLane()
Declaration
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Defines the collection of header
Declaration
public DiagramHeader Header { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
IsLane
Defines the whether the shape is a lane or not
Declaration
public bool IsLane { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPhase
Defines the whether the shape is a phase or not
Declaration
public bool IsPhase { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Lanes
Defines the collection of lanes
Declaration
public List<DiagramLane> Lanes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<DiagramLane> |
|
Orientation
Defines the orientation of the swimLane
Declaration
public Orientation Orientation { get; set; }
Property Value
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Phases
Defines the collection of phases.
Declaration
public List<DiagramPhase> Phases { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<DiagramPhase> |
|
PhaseSize
Defines the size of phase.
Declaration
public double PhaseSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Type
Defines the type of node shape.
Declaration
public Shapes Type { get; set; }
Property Value