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).

Installs
12
GitHub Stars
6
First Seen
Mar 10, 2026
xaf-custom-editors — kashiash/xaf-skills