如何安装"HTML Property Editor"?

How to install "HTML Property Editor"?

我使用 "Solution Wizard" 创建了项目 "eXpressApp Framework"。
我使用了以下设置:

选择目标平台:
- Windows;
选择 ORM:
- eXpress 持久对象;
选择身份验证类型:
- None;

选择额外模块:
- 工作流程;
- HTML 属性 编辑器;
- 树列表编辑器;

当我运行申请时,window只有"Workflow"。

如何连接"HTML Property Editor"?
我想看看 "HTML Property Editor" 是如何工作的。
我怎样才能做到这一点?

图片 :

我建议您查看文档:
HTML Property Editor Module
How to: Apply HTML Formatting to Windows Forms XAF UI Elements

To construct a Windows Forms UI, XAF uses controls from the XtraEditors Suite. XAF supports the capability of certain controls from this Suite to format the display text using Hyper Text Markup Language (HTML). This document lists what XAF UI elements support HTML formatting, and provides you with the examples of using this feature.

The following XAF UI elements support HTML Formatting:

  • Static Text View Item's text.
  • Property Editor's captions in Detail Views.
  • Column captions of the Windows Forms GridListEditor.

By default, XAF uses this List Editor to visualize List Views in Windows Forms applications.

要了解字符串属性,请查看:
String Properties

希望对您有所帮助。