dbicDropDate Send comments on this topic.
Count Property
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDaysWeekendCollection Class : Count Property

Gets the number of items in the collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Count As Integer
C# 
public int Count {get;}

Property Value

The number of elements contained in the System.Collections.CollectionBase instance. Retrieving the value of this property is an O(1) operation.

Remarks

This property value is of type Integer, indicating the number of items in the collection.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also