All Projects → DevExpress → DevExtreme.AspNet.TagHelpers

DevExpress / DevExtreme.AspNet.TagHelpers

Licence: MIT license
[OBSOLETE] See https://js.devexpress.com/Overview/Mvc/

Programming Languages

C#
18002 projects

ASP.NET Core (MVC 6) Tag Helpers for DevExtreme Widgets

Build status NuGet MIT License

Synopsis

With Tag Helpers, ASP.NET Core Razor markup becomes more HTML-friendly, and Visual Studio code assistance is extended with IntelliSense for tags and their attributes. Read more...

DevExtreme ASP.NET Core Tag Helpers simplify the use of UI and Visualizatioin widgets in Razor views and connecting them to data exposed via MVC controllers.

<dx-data-grid>
    <datasource controller="ToDo" load-action="Items" />	
    <group-panel visible="true" />
    <filter-row visible="true" />
</dx-data-grid>

Getting Started

API Reference

DevExtreme ASP.NET Core Tag Helpers mirror DevExtreme JavaScript API.

License

Familiarize yourself with the DevExtreme Commerical License.
Free trial is available!

DevExtreme ASP.NET Core Tag Helpers are released as a MIT-licensed (free and open-source) add-on to DevExtreme.

Support & Feedback

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].