devexpress
Installation
SKILL.md
DevExpress
Overview
DevExpress is a commercial UI component suite for .NET that provides hundreds of high-performance controls for Blazor, WPF, WinForms, and ASP.NET Core. The Blazor component library (DevExpress.Blazor) includes a Data Grid, Pivot Grid, Scheduler, Rich Text Editor, Charts, Reporting, and Layout components. DevExpress components are optimized for large datasets, enterprise workflows, and complex LOB (line-of-business) applications. They ship with built-in themes, localization, accessibility support, and extensive documentation.
Blazor Data Grid Setup
Configure the DevExpress Blazor Data Grid with sorting, filtering, grouping, and editing.
@page "/employees"
@using DevExpress.Blazor
@inject IEmployeeService EmployeeService