Skip to main content
All docs
V18.2

IPersistentObjectStorage<T>.Count Property

Gets the number of elements contained in a collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[Browsable(false)]
[DXBrowsable(false)]
int Count { get; }

Property Value

Type Description
Int32

An integer representing the number of elements in a collection.

See Also