Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanWorkflow - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KanbanWorkflow

    Represents the workflow for a particular category, which is used to determine the target columns a card can be dropped.

    Inheritance
    System.Object
    KanbanWorkflow
    Namespace: Syncfusion.SfKanban.iOS
    Assembly: Syncfusion.SfKanban.iOS.dll
    Syntax
    public class KanbanWorkflow : Object

    Constructors

    KanbanWorkflow()

    Initializes the new instance of KanbanWorkflow class.

    Declaration
    public KanbanWorkflow()

    KanbanWorkflow(Object, List<Object>)

    Initializes the new instance of the KanbanWorkflow class.

    Declaration
    public KanbanWorkflow(object category, List<object> allowedTransitions)
    Parameters
    Type Name Description
    System.Object category

    Source category

    System.Collections.Generic.List<System.Object> allowedTransitions

    Target categories where card can be dropped

    Properties

    AllowedTransitions

    Gets or sets a target categories to which the card is allowed can drop.

    Declaration
    public List<object> AllowedTransitions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Object>

    List of System.Object

    Category

    Gets or sets a source category to which this workflow is applied.

    Declaration
    public object Category { get; set; }
    Property Value
    Type Description
    System.Object

    The category.

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