Skip to main content

HunspellDictionary.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

public override int WordCount { get; }

Property Value

Type Description
Int32

An Int32 object specifying the number of word entries in the dictionary.

See Also