menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanWorkflow - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KanbanWorkflow

    Represents a workflow in the Kanban control, defining the category and allowed transitions for Kanban card items.

    Inheritance
    System.Object
    KanbanWorkflow
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.WPF.dll
    Syntax
    public class KanbanWorkflow : DependencyObject

    Constructors

    KanbanWorkflow()

    Initializes a new instance of the KanbanWorkflow class.

    Declaration
    public KanbanWorkflow()

    Fields

    AllowedTransitionsProperty

    Using a DependencyProperty as the backing store for AllowedTransitions. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty AllowedTransitionsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    CategoryProperty

    Using a DependencyProperty as the backing store for Category. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty CategoryProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    AllowedTransitions

    Gets or sets a object collection that indicates drag end fields.

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

    Category

    Gets or sets the category associated with the KanbanWorkflow.

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

    The default value of Category is null.

    Remarks

    The category represents the current state of a kanban item within a specific workflow.

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