Skip to main content

AppointmentImageInfoCoreCollection<TAppointmentImageInfo> Class

Defines a collection of objects that contain information on appointment images.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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