From 333b2ae26cd00299c2e3360cd67a478d5c26c152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SAL=C4=B0H=20=C3=96ZKARA?= Date: Wed, 18 Feb 2026 15:38:29 +0300 Subject: [PATCH] Update index.md --- docs/en/low-code/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/low-code/index.md b/docs/en/low-code/index.md index 08b774034d..a21dcf677d 100644 --- a/docs/en/low-code/index.md +++ b/docs/en/low-code/index.md @@ -34,7 +34,7 @@ Traditionally, adding a new entity with full CRUD functionality to an ABP applic **With Low-Code, a single C# class replaces all of the above:** ````csharp -[DynamicEntity] +[DynamicEntity(DefaultDisplayPropertyName = "Name")] [DynamicEntityUI(PageTitle = "Products")] public class Product : DynamicEntityBase {