Skip to main content
A newer version of this page is available. .

ASPxSpellCheckerCustomDictionary Class

Represents a custom dictionary of the spell checker.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v19.1.dll

Declaration

public class ASPxSpellCheckerCustomDictionary :
    ASPxSpellCheckerDictionary

Remarks

The custom dictionary can be created and updated by the user. The spelling form provides a command button for appending a word not found in dictionaries to the custom dictionary.

The custom dictionary can be saved to a file and loaded when necessary.

See Also