Skip to content
This repository has been archived by the owner on Dec 3, 2017. It is now read-only.

DevExpress/DevExtreme.AspNet.TagHelpers

Repository files navigation

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