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 |