Skip to main content

CustomDictionaryLoadingEventArgs.CustomDictionary Property

Gets the custom dictionary to be loaded.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

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