Skip to main content

ISpellCheckerDictionary.WordCount Property

Gets the number of word entries contained in the dictionary.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

int WordCount { get; }

Property Value

Type Description
Int32

An integer specifying the number of word entries in the dictionary.

See Also