AppointmentImageInfoCoreCollection<TAppointmentImageInfo> Class
Defines a collection of objects that contain information on appointment images.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
public abstract class AppointmentImageInfoCoreCollection<TAppointmentImageInfo> :
DXCollection<TAppointmentImageInfo>,
IAppointmentImageInfoCoreCollection
where TAppointmentImageInfo : AppointmentImageInfoCore, new()
Type Parameters
Name |
---|
TAppointmentImageInfo |
Remarks
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.
Inheritance
Object
DXCollectionBase<TAppointmentImageInfo>
DXCollection<TAppointmentImageInfo>
AppointmentImageInfoCoreCollection<TAppointmentImageInfo>
See Also