Skip to main content
A newer version of this page is available. .

PersistentObjectStorage<T>.Count Property

Gets the number of elements contained in a collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

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

Property Value

Type Description
Int32

An integer representing the number of elements in a collection.

See Also