CustomDictionaryLoadingEventArgs.CustomDictionary Property
Gets the custom dictionary to be loaded.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ASPxSpellCheckerCustomDictionary | A ASPxSpellCheckerCustomDictionary object representing the custom dictionary. |
Remarks
Use the CustomDictionary property to get access to the custom dictionary and call its ASPxSpellCheckerCustomDictionary.LoadFromStream property to load a dictionary other than the default.
See Also