ASPxSpellCheckerCustomDictionary Class
Represents a custom dictionary of the spell checker.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return ASPxSpellCheckerCustomDictionary objects:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | CustomDictionaryLoadingEventArgs.CustomDictionary |
ASP.NET MVC Extensions | MVCxSpellCheckerDictionaryCollection.AddCustomDictionary() |
MVCxSpellCheckerDictionaryCollection.AddCustomDictionary(Action<ASPxSpellCheckerCustomDictionary>) |
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.
Inheritance
Object
StateManager
CollectionItem
WebDictionary
ASPxSpellCheckerDictionaryBase
ASPxSpellCheckerDictionary
ASPxSpellCheckerCustomDictionary
See Also