Back to Devexpress

SpellCheckerBase.DictionaryHelper Property

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-10340569.md

latest1.4 KB
Original Source

SpellCheckerBase.DictionaryHelper Property

Provides access to the object which facilitates dictionary operations.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.SpellChecker.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
[Browsable(false)]
public DictionaryHelper DictionaryHelper { get; }
vb
<Browsable(False)>
Public ReadOnly Property DictionaryHelper As DictionaryHelper

Property Value

TypeDescription
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

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace