menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ColumnConstraints

    Inheritance
    System.Object
    EJTagHelper
    ColumnConstraints
    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 ColumnConstraints : EJTagHelper

    Constructors

    ColumnConstraints()

    Declaration
    public ColumnConstraints()

    Properties

    Max

    It is used to specify the maximum amount of card in particular column or swimlane cell can hold.

    Declaration
    [JsonProperty("max")]
    public int Max { get; set; }
    Property Value
    Type Description
    System.Int32

    The max

    Min

    It is used to specify the minimum amount of card in particular column or swimlane cell can hold.

    Declaration
    [JsonProperty("min")]
    public int Min { get; set; }
    Property Value
    Type Description
    System.Int32

    The min

    Type

    It is used to specify the type whether the constraints based on column or swimlane.

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

    The type

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