namespaceKendo.Mvc.Examples.Models.TaskBoard
{
publicclassColumn
{
publicint ID { get; set; }
publicstring Text { get; set; }
publicstring Status { get; set; }
publicstring Image { get; set; }
publicint 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/.