Accessibility in .NET MAUI DataForm (SfDataForm)

Accessibility support in DataForm is designed to provide voice descriptions of their field name, editor text, and validation text.

Keyboard shortcuts in .NET MAUI DataForm (SfDataForm)

Navigation Shortcut Keys

Descriptions

Tab or Enter

Moves to the next editor in the DataForm.

Shift + Tab

Moves to the previous editor in DataForm

NOTE

In the DataForm multiline editor, the Enter key is not functioning to move to the next editor.