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

CustomDictionaryLoadingEventArgs.CustomDictionary Property

Gets the custom dictionary to be loaded.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public ASPxSpellCheckerCustomDictionary CustomDictionary { get; }

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