menu

WPF

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

    Show / Hide Table of Contents

    Interface IKanbanModel

    Establishes the common properties for KanbanModel.

    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.WPF.dll
    Syntax
    public interface IKanbanModel : INotifyPropertyChanged

    Properties

    Category

    Gets or sets a value that indicates card's section.

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

    ColorKey

    Gets or sets a object that indicates card's color key.

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

    Description

    Gets or sets a value that indicates card's description.

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

    ID

    Gets or sets a value that indicates identity number of card.

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

    ImageURL

    Gets or sets a Uri that indicates card's image url.

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

    Tags

    Gets or sets a value that indicates card's tag collection.

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

    Title

    Gets or sets a value that indicates card's header.

    Declaration
    string Title { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved