corelibraries-devexpress-dot-xtrascheduler-dot-drawing-dot-appointmentimageinfocorecollection-1.md
Defines a collection of objects that contain information on appointment images.
Namespace : DevExpress.XtraScheduler.Drawing
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public abstract class AppointmentImageInfoCoreCollection<TAppointmentImageInfo> :
DXCollection<TAppointmentImageInfo>,
IAppointmentImageInfoCoreCollection
where TAppointmentImageInfo : AppointmentImageInfoCore, new()
Public MustInherit Class AppointmentImageInfoCoreCollection(Of TAppointmentImageInfo As {AppointmentImageInfoCore, New})
Inherits DXCollection(Of TAppointmentImageInfo)
Implements IAppointmentImageInfoCoreCollection
| Name |
|---|
| TAppointmentImageInfo |
The AppointmentImageInfoCoreCollection<TAppointmentImageInfo> defines the core functionality for an appointment images collection. Its AppointmentImageInfoCoreCollection<TAppointmentImageInfo>.GetAppointmentImageInfos method enables you to access the images displayed within a particular appointment, by the specified image type.
Object DXCollectionBase<TAppointmentImageInfo> DXCollection<TAppointmentImageInfo> AppointmentImageInfoCoreCollection<TAppointmentImageInfo> AppointmentImageInfoCollection
See Also
AppointmentImageInfoCoreCollection<TAppointmentImageInfo> Members