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.v21.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

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