Skip to main content
A newer version of this page is available. .

DictionaryBase.WordCount Property

Gets the number of word entries contained in the dictionary.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public abstract int WordCount { get; }

Property Value

Type Description
Int32

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

Implements

See Also