Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanModel - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KanbanModel

    Represents fields for the card.

    Inheritance
    System.Object
    KanbanModel
    Namespace: Syncfusion.SfKanban.iOS
    Assembly: Syncfusion.SfKanban.iOS.dll
    Syntax
    public class KanbanModel : Object

    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 Description
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved