menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved