menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class KanbanWorkflowCollectionEditior

    Class for KanbanWorkflowCollectionEditior.

    Inheritance
    System.Object
    KanbanWorkflowCollectionEditior
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class KanbanWorkflowCollectionEditior : CollectionEditor

    Constructors

    KanbanWorkflowCollectionEditior(Type)

    Declaration
    public KanbanWorkflowCollectionEditior(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.

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