Skip to content

Commit 36ad92c

Browse files
committed
Update Readme.md
1 parent bb4eef5 commit 36ad92c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Readme.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -560,18 +560,6 @@ This folder contains the following controllers with no dependencies:
560560
### Editors Folder
561561
This folder contains XAF custom editors. Examples include:
562562

563-
- `ChartListEditor` - An abstract list editor designed to create simple object-specific variants.
564-
565-
[Editors/ChartListEditor.cs](https://github.com/DevExpress-Examples/xaf-create-multitenant-application/blob/24.1.2%2B/CS/OutlookInspired.Blazor.Server/Editors/ChartListEditor.cs):
566-
567-
```csharp
568-
[ListEditor(typeof(MapItem), true)]
569-
public class MapItemChartListEditor : ChartListEditor<MapItem, string, decimal, string, XafChart<MapItem, string, decimal, string>> {
570-
public MapItemChartListEditor(IModelListView info) : base(info) {
571-
}
572-
}
573-
574-
575563
- `EnumPropertyEditor` - Inherits from XAF's native _EnumPropertyEditor_, but only displays an image (like its WinForms counterpart).
576564

577565
- `DisplayTestPropertyEditors` - Displays raw text (like the WinForms _LabelPropertyEditor_).

0 commit comments

Comments
 (0)