menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramGroup

    Show / Hide Table of Contents

    Class DiagramGroup

    Group is used to cluster multiple nodes and connectors into a single element. It acts like a container for its children (nodes, groups, and connectors).

    Inheritance
    System.Object
    DiagramGroup
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class DiagramGroup

    Constructors

    DiagramGroup()

    Declaration
    public DiagramGroup()

    Properties

    AddInfo

    Declaration
    [JsonProperty("addInfo")]
    public object AddInfo { get; set; }
    Property Value
    Type Description
    System.Object

    CanUngroup

    Declaration
    [JsonProperty("canUngroup")]
    public bool CanUngroup { get; set; }
    Property Value
    Type Description
    System.Boolean

    ChildNodes

    Declaration
    [JsonProperty("children")]
    public List<string> ChildNodes { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Children

    Declaration
    [JsonProperty("children")]
    public string Children { get; set; }
    Property Value
    Type Description
    System.String

    Constraints

    Declaration
    [JsonProperty("constraints")]
    [JsonConverter(typeof(StringEnumConverter))]
    public NodeConstraints Constraints { get; set; }
    Property Value
    Type Description
    NodeConstraints

    ExcludeFromLayout

    Declaration
    [JsonProperty("excludeFromLayout")]
    public bool ExcludeFromLayout { get; set; }
    Property Value
    Type Description
    System.Boolean

    Height

    Declaration
    [JsonProperty("height")]
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    IsGroup

    Declaration
    [JsonProperty("isGroup")]
    [Obsolete("Use Type")]
    public bool IsGroup { get; set; }
    Property Value
    Type Description
    System.Boolean

    Labels

    Declaration
    [JsonProperty("labels")]
    public Collection Labels { get; }
    Property Value
    Type Description
    Collection

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Nodes

    Declaration
    public Collection Nodes { get; }
    Property Value
    Type Description
    Collection

    OffsetX

    Declaration
    [JsonProperty("offsetX")]
    public double OffsetX { get; set; }
    Property Value
    Type Description
    System.Double

    OffsetY

    Declaration
    [JsonProperty("offsetY")]
    public double OffsetY { get; set; }
    Property Value
    Type Description
    System.Double

    Parent

    Declaration
    [JsonProperty("parent")]
    public string Parent { get; set; }
    Property Value
    Type Description
    System.String

    Pivot

    Declaration
    [JsonProperty("pivot")]
    public DiagramPoint Pivot { get; set; }
    Property Value
    Type Description
    DiagramPoint

    Ports

    Declaration
    [JsonProperty("ports")]
    public Collection Ports { get; }
    Property Value
    Type Description
    Collection

    RotateAngle

    Declaration
    [JsonProperty("rotateAngle")]
    public double RotateAngle { get; set; }
    Property Value
    Type Description
    System.Double

    Tag

    Declaration
    [JsonProperty("tag")]
    public object Tag { get; set; }
    Property Value
    Type Description
    System.Object

    Tooltip

    Declaration
    [JsonProperty("tooltip")]
    public Tooltip Tooltip { get; set; }
    Property Value
    Type Description
    Tooltip

    Type

    Declaration
    [JsonProperty("type")]
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    Visible

    Declaration
    [JsonProperty("visible")]
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Width

    Declaration
    [JsonProperty("width")]
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved