Skip to main content

SuggestionCollection.Count Property

Gets the number of elements actually contained in the current collection.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public int Count { get; }

Property Value

Type Description
Int32

The number of elements actually contained in the SuggestionCollection collection.

See Also