AppointmentImageInfoCollection Properties
Represents a collection of objects that contain information on appointment images.| 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>. |
| Images | Gets or sets the source of images that can be displayed within appointments. |
| InnerImages | Provides access to the collection of images used to draw an appointment. Intended for internal use. |
| Item[Int32] | Provides indexed access to individual items in the collection. Inherited from DXCollection<T>. |
| UniquenessProviderType | Gets or sets the type of an object, which provides uniqueness for the current DXCollectionBase<T>. Inherited from DXCollectionBase<T>. |
See Also