Skip to main content

WebDictionary.WordCount Property

Gets the number of words contained within the dictionary.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int WordCount { get; }

Property Value

Type Description
Int32

An integer value representing the total number of words within the dictionary.

See Also