Back to Devexpress

Make a List View Editable

expressappframework-404202-getting-started-in-depth-tutorial-blazor-customize-data-display-and-view-layout-make-a-list-view-editable.md

latest1.3 KB
Original Source

Make a List View Editable

  • Jun 03, 2025
  • 2 minutes to read

This lesson explains how to make a List View editable.

The instructions below show how to create new objects of the DemoTask type directly in the Task List View.

Step-by-Step Instructions

  1. In the MySolution.Module project, open the Model.DesignedDiffs.xafml file in the Model Editor. Navigate to the Views | MySolution.Module.BusinessObjects | DemoTask | DemoTask_ListView node. Set the AllowEdit property of this node to True.

  2. Run the application and edit one of the Task objects in the List View:

Tip

Next Lesson

Access the Settings of a Property Editor in a Detail View