menu

WPF

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

    Show / Hide Table of Contents

    Class KanbanModel

    Provides base data model for KanbanCardItem. It includes properties which used to visualize the information in visual.

    Inheritance
    System.Object
    KanbanModel
    Implements
    IKanbanModel
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.WPF.dll
    Syntax
    public class KanbanModel : IKanbanModel, INotifyPropertyChanged

    Constructors

    KanbanModel()

    Declaration
    public KanbanModel()

    Properties

    Assignee

    Gets or sets the assignee associated with the card in the KanbanModel.

    Declaration
    public string Assignee { get; set; }
    Property Value
    Type
    System.String

    Category

    Gets or sets the category associated with the card in the KanbanModel.

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

    ColorKey

    Gets or sets the object that used to set indication color for card.

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

    Description

    Gets or sets the string value used to display the description of a card in the KanbanModel.

    Declaration
    public string Description { get; set; }
    Property Value
    Type
    System.String

    ID

    Gets or sets the string value which indicates identity number of the card.

    Declaration
    public string ID { get; set; }
    Property Value
    Type
    System.String

    ImageURL

    Gets or sets the Uri value which used to display profile picture of card.

    Declaration
    public Uri ImageURL { get; set; }
    Property Value
    Type
    System.Uri

    Tags

    Gets or sets the string array which indicates tag value of the card.

    Declaration
    public string[] Tags { get; set; }
    Property Value
    Type
    System.String[]

    Title

    Gets or sets the string value used to display the header of a card in the KanbanModel.

    Declaration
    public string Title { get; set; }
    Property Value
    Type
    System.String

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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