CustomDictionaryLoadingEventArgs.CustomDictionary Property
In This Article
Gets the custom dictionary to be loaded.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxSpellCheckerCustomDictionary CustomDictionary { get; }
#Property Value
Type | Description |
---|---|
ASPx |
A ASPx |
#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