Gets the number of elements contained in a collection.
Namespace:DevExpress.XtraScheduler
Assembly:DevExpress.XtraScheduler.v19.2.Core.dll

Syntax
C# |
int Count { get; }
|
VB |
ReadOnly Property Count As Integer
|
Property value
Type: Int32
An integer representing the number of elements in a collection.

See Also