Class KanbanModel
Represents fields for the Kanban card.
Inheritance
System.Object
KanbanModel
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.SfKanban.XForms
Assembly: Syncfusion.SfKanban.XForms.dll
Syntax
public class KanbanModel : Object, INotifyPropertyChanged
Constructors
KanbanModel()
Declaration
public KanbanModel()
Properties
Category
Gets or sets the category of Kanban card.
Declaration
public object Category { get; set; }
Property Value
Type |
---|
System.Object |
ColorKey
Gets or sets the indicator color key of Kanban card.
Declaration
public object ColorKey { get; set; }
Property Value
Type |
---|
System.Object |
Remarks
Need to provide a key which defined in the ColorModel.
Description
Gets or sets the description of Kanban card.
Declaration
public string Description { get; set; }
Property Value
Type |
---|
System.String |
ID
Gets or sets the ID of Kanban card.
Declaration
public double ID { get; set; }
Property Value
Type |
---|
System.Double |
ImageURL
Gets or sets the image URL of Kanban card.
Declaration
public string ImageURL { get; set; }
Property Value
Type |
---|
System.String |
Tags
Gets or sets the tags of Kanban card.
Declaration
public string[] Tags { get; set; }
Property Value
Type |
---|
System.String[] |
Title
Gets or sets the title of Kanban card.
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
System.ComponentModel.INotifyPropertyChanged