Class KanbanModel
Represents fields for the card.
Inheritance
System.Object
KanbanModel
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.SfKanban.Android
Assembly: Syncfusion.SfKanban.Android.dll
Syntax
public class KanbanModel : Object, INotifyPropertyChanged
Constructors
KanbanModel()
Declaration
public KanbanModel()
Properties
Category
Gets or sets the category of card.
Declaration
public object Category { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The category. |
ColorKey
Gets or sets the color of card.
Declaration
public object ColorKey { get; set; }
Property Value
Type |
---|
System.Object |
Description
Gets or sets the description of card.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
ID
Gets or sets the ID of card.
Declaration
public double ID { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The identifier. |
ImageURL
Gets or sets the imageURL of card.
Declaration
public string ImageURL { get; set; }
Property Value
Type | Description |
---|---|
System.String | The imageURL. |
Tags
Gets or sets the tags of card
Declaration
public string[] Tags { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The tags. |
Title
Gets or sets the title of card.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The title. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged