Class ItemCollectionEditor
Inheritance
System.Object
ItemCollectionEditor
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class ItemCollectionEditor : CollectionEditor
Constructors
ItemCollectionEditor(Type)
Initializes a new instance of the ListItemsCollectionEditor class.
Declaration
public ItemCollectionEditor(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type |
Methods
CanSelectMultipleInstances()
Select multiple instances
Declaration
[SecurityCritical]
protected override bool CanSelectMultipleInstances()
Returns
| Type | Description |
|---|---|
| System.Boolean |
CreateCollectionItemType()
Gets the data type that this collection contains.
Declaration
[SecurityCritical]
protected override Type CreateCollectionItemType()
Returns
| Type | Description |
|---|---|
| System.Type |