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

AppointmentDependencyCollection Properties

A collection of appointment dependencies.
Name Description
Capacity Gets or sets the number of elements that the DXCollectionBase<T> can contain. Inherited from DXCollectionBase<T>.
Count Gets the number of elements contained in the DXCollectionBase<T> instance. Inherited from DXCollectionBase<T>.
IsUpdateLocked Gets whether the collection has been locked for updating. Inherited from NotificationCollection<T>.
Item[Int32] Provides indexed access to individual items in the collection. Inherited from DXCollection<T>.
Storage Provides access to the storage object for the appointment dependency collection.
UniquenessProviderType Gets or sets the type of an object, which provides uniqueness for the current DXCollectionBase<T>. Inherited from DXCollectionBase<T>.
See Also