Skip to content

DevExpress-Examples/xaf-custom-list-editor-blazor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XAF Blazor - Use a Custom Component to Implement List Editor

This example demonstrates how to implement a custom List Editor that shows images in an ASP.NET Core Blazor application. The List Editor displays a Razor component with custom objects. These objects implement a custom IPictureItem interface to store images and their captions.

See the following help topic for more information: How to: Use a Custom Component to Implement List Editor (Blazor).

Files to Review

Documentation

More GitHub Examples