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

SpellCheckerBase.DictionaryHelper Property

Provides access to the object which facilitates dictionary operations.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v19.1.Core.dll

Declaration

[Browsable(false)]
public DictionaryHelper DictionaryHelper { get; }

Property Value

Type Description
DictionaryHelper

A DictionaryHelper object.

Remarks

Use this property to search for a word in dictionaries of a certain culture or to work with a custom dictionary.

See Also