menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class UnassignedGroup

    Inheritance
    System.Object
    EJTagHelper
    UnassignedGroup
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class UnassignedGroup : EJTagHelper

    Constructors

    UnassignedGroup()

    Declaration
    public UnassignedGroup()

    Properties

    Enable

    Gets or sets a value indicating whether to enable or disable the Unassigned Swim-lane group.

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

    if ; otherwise, .

    Keys

    Declaration
    [JsonProperty("keys")]
    public List<string> Keys { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved