Back to Devexpress

DictionaryBase.WordCount Property

corelibraries-devexpress-dot-xtraspellchecker-dot-dictionarybase-f3b5227d.md

latest1.2 KB
Original Source

DictionaryBase.WordCount Property

Gets the number of word entries contained in the dictionary.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public abstract int WordCount { get; }
vb
Public MustOverride ReadOnly Property WordCount As Integer

Property Value

TypeDescription
Int32

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

|

Implements

WordCount

See Also

DictionaryBase Class

DictionaryBase Members

DevExpress.XtraSpellChecker Namespace