Skip to main content
.NET 6.0+

EditorAliases.HtmlPropertyEditor Field

Specifies the built-in alias for the HtmlPropertyEditor and ASPxHtmlPropertyEditor editors.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public const string HtmlPropertyEditor = "HtmlPropertyEditor"

Field Value

Type
String

Remarks

Important

The HTML Property Editor Windows Forms Module is required for compatibility with legacy WinForms XAF applications. If you create a new application, use the Office Module instead. With this module, you can edit HTML-formatted text in WinForms applications. It also supports RTF and DOCX formats. Refer to the Use Rich Text Documents in Business Objects topic for more information.

See Also