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

AppointmentDependencyDataStorage.Count Property

Retrieves the total number of dependencies stored in this AppointmentDependencyDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

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

Property Value

Type Description
Int32

An Int32 value that is the total number of dependencies stored in this AppointmentDependencyDataStorage.

See Also