Skip to main content

ISchedulerColorSchemaCollection<T>.Count Property

Gets the number of objects in the collection.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

int Count { get; }

Property Value

Type Description
Int32

An integer that is the number of items in the collection.

See Also