Gantt using is CS program?

Will the bar Gantt control be used in the client program? For example Net winform, I can’t find the document!

Hello Zhang,
DHTMLX Gantt is a Javascript library. You can only use it in the browser.
If you are able to run Javascript code and there is DOM, you can try running Gantt there.
If you can only run Javascript code there, you can try running the Gantt for Node.js (but I doubt that it will work as it is tested only in the node.js environment).
Otherwise, there is no way to run Gantt.

However, if you can show the HTML page in your application, you can add Gantt there.
We have the following guides for creating ASP.NET applications and adding Gantt there:
https://docs.dhtmlx.com/gantt/desktop__howtostart_dotnet.html
https://docs.dhtmlx.com/gantt/desktop__howtostart_dotnet_core.html
And here are the demos:
https://github.com/DHTMLX/gantt-howto-dotnet
https://github.com/DHTMLX/gantt-howto-dotnet-core