Class KanbanColumnCollectionEditor
Class for KanbanColumnCollectionEditor.
Inheritance
System.Object
KanbanColumnCollectionEditor
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class KanbanColumnCollectionEditor : CollectionEditor
Constructors
KanbanColumnCollectionEditor(Type)
Declaration
public KanbanColumnCollectionEditor(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Methods
CanSelectMultipleInstances()
Indicates whether multiple collection items can be selected at once.
Declaration
[SecurityCritical]
protected override bool CanSelectMultipleInstances()
Returns
Type | Description |
---|---|
System.Boolean | true if it multiple collection members can be selected at the same time; otherwise, false. By default, this returns true. |
CreateCollectionItemType()
Gets the data type that this collection contains.
Declaration
[SecurityCritical]
protected override Type CreateCollectionItemType()
Returns
Type | Description |
---|---|
System.Type | The data type of the items in the collection, or an System.Object if no Item property can be located on the collection. |