Class ColumnConstraints
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.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 |