Skip to main content

Data Types of Business Class Properties and Built-in Property Editors

  • 2 minutes to read

This documentation section includes the following topics, which provide information on data types supported by XAF and corresponding Property Editors, intended to visually represent a property in the UI.

XAF ASP.NET Core Blazor Property Editors in a Detail View, DevExpress

Persist Custom Types or Represent Them Differently in the UI

If you need to store a type unsupported by your ORM in the database, refer to the Mapping Complex Types to the Database article.

If there is no built-in property editor for your specific task, you can easily add a custom one. Refer to the Implement Custom Property Editors topic to learn how to implement custom property editors.

You can find more custom property editors in the OutlookInspiredDemo application installed with XAF. Directories to review:

  • Blazor Editors: %PUBLIC%\Documents\DevExpress Demos 25.2\Components\XAF\OutlookInspiredDemo.NET.EFCore\CS\OutlookInspiredDemo.Blazor.Server\Editors
  • WinForms Editors: %PUBLIC%\Documents\DevExpress Demos 25.2\Components\XAF\OutlookInspiredDemo.NET.EFCore\CS\OutlookInspiredDemo.Win\Editors
See Also