xaf-custom-editors

Installation
SKILL.md

XAF: Custom Property Editors & List Editors

When to Build a Custom Editor

  • Wrap a third-party control not natively supported by XAF
  • Display data in a specialized way (color picker, rating stars, progress ring)
  • Combine multiple properties into one visual component
  • Use a platform-specific control (Blazor component library, WinForms control)

Blazor Custom Property Editor

Base Class

Inherit from BlazorPropertyEditorBase (namespace: DevExpress.ExpressApp.Blazor.Editors).

using DevExpress.ExpressApp.Blazor.Editors;
Related skills

More from kashiash/xaf-skills

Installs
7
GitHub Stars
6
First Seen
Mar 10, 2026