Back to Devexpress

Check Spelling Dialog

aspnet-7823-components-html-editor-concepts-dialogs-spell-checking-dialog.md

latest2.4 KB
Original Source

Check Spelling Dialog

  • Jan 17, 2022

ASPxHtmlEditor allows users to use the Check Spelling dialog to check the spelling of its content.

In the Design View, use the techniques below to invoke a dialog:

If the text contains spelling errors, the dialog allows you to view these errors and either correct or ignore them.

The following window indicates that the entire text is scanned:

Important

If ASPxHtmlEditor contains the Check Spelling button, the built-in browser spell check feature is disabled.

Dialog Customization

At design time, you can use the ASPxHtmlEditor Designer to customize dialog settings. Programmatically, you can specify the HtmlEditorDefaultDialogSettings.CheckSpellingDialog property for this purpose.

Use the ASPxHtmlEditor.SettingsSpellChecker property to customize the spell check functionality.

Online Demo

Spell Checking