Skybound AutoComplete

AutoComplete.VisibleItemsCollection.Count Property

Gets the number of items in the collection.

[Visual Basic]
NotOverridable Public ReadOnly Property Count As Integer _
    Implements ICollection.Count
[C#]
public int Count {get;}

Property Value

The number of items in the collection.

Implements

ICollection.Count

Remarks

This property enables you to determine the number of items currently visible in the drop-down suggestion window. You can use this value when looping through the values of the collection.

See Also

AutoComplete.VisibleItemsCollection Class | Skybound.AutoComplete Namespace