syncfusion-maui-dataform
Installation
SKILL.md
Implementing .NET MAUI DataForm (SfDataForm)
The Syncfusion .NET MAUI DataForm (SfDataForm) is a comprehensive form builder control that automatically generates data entry forms from data objects. It provides built-in editors, validation, flexible layouts, and extensive customization options for creating professional data collection and editing interfaces.
When to Use This Skill
Use this skill when you need to:
- Create data entry forms (login, registration, contact, employee forms, etc.)
- Edit data objects with automatic form generation from model classes
- Validate user input with built-in or custom validation rules
- Customize form editors (text, numeric, date, dropdown, etc.)
- Layout forms in linear or grid arrangements
- Group form fields with collapsible sections
- Localize forms for multiple languages
- Support RTL layouts for right-to-left languages
- Implement floating label designs for modern UIs
- Handle form commits with different modes (LostFocus, PropertyChanged, Manual)