Kendo.Mvc.Examples.Models.TaskBoard.Column Model

1 Answer 150 Views
TaskBoard
Ken
Top achievements
Rank 1
Ken asked on 22 Aug 2022, 06:20 PM

Where can I find a copy of Kendo.Mvc.Examples.Models.TaskBoard.Column? I can't seem to find it in any of the Taskboard examples.

Thanks

- Ken

1 Answer, 1 is accepted

Sort by
0
Aleksandar
Telerik team
answered on 25 Aug 2022, 08:42 AM

Hi Ken,

The definition of the Kendo.Mvc.Examples.Models.TaskBoard.Column is:

namespace Kendo.Mvc.Examples.Models.TaskBoard
{
    public class Column
    {
        public int ID { get; set; }
        public string Text { get; set; }
        public string Status { get; set; }
        public string Image { get; set; }
        public int Order { get; set; }
    }
}

You can review all models in the Demos application that is part of the official distribution or in this section of the documentation as the models used in the Demos are also used in the Telerik REPL.

Regards,
Aleksandar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
TaskBoard
Asked by
Ken
Top achievements
Rank 1
Answers by
Aleksandar
Telerik team
Share this question
or