Back to Devexpress

SpellCheckerBase.Dictionaries Property

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-99b5414d.md

latest1.3 KB
Original Source

SpellCheckerBase.Dictionaries Property

Provides access to the spell checker dictionaries collection.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public DictionaryCollection Dictionaries { get; }
vb
Public ReadOnly Property Dictionaries As DictionaryCollection

Property Value

TypeDescription
DictionaryCollection

A DictionaryCollection object representing a collection of dictionaries.

|

See Also

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace