Back to Devexpress

AppointmentImageInfoCoreCollection<TAppointmentImageInfo> Class

corelibraries-devexpress-dot-xtrascheduler-dot-drawing-dot-appointmentimageinfocorecollection-1.md

latest2.7 KB
Original Source

AppointmentImageInfoCoreCollection<TAppointmentImageInfo> Class

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

Declaration

csharp
public abstract class AppointmentImageInfoCoreCollection<TAppointmentImageInfo> :
    DXCollection<TAppointmentImageInfo>,
    IAppointmentImageInfoCoreCollection
    where TAppointmentImageInfo : AppointmentImageInfoCore, new()
vb
Public MustInherit Class AppointmentImageInfoCoreCollection(Of TAppointmentImageInfo As {AppointmentImageInfoCore, New})
    Inherits DXCollection(Of TAppointmentImageInfo)
    Implements IAppointmentImageInfoCoreCollection

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> AppointmentImageInfoCollection

See Also

AppointmentImageInfoCoreCollection<TAppointmentImageInfo> Members

AppointmentImageInfoCollection

ImageInfoList

InitAppointmentImages

DevExpress.XtraScheduler.Drawing Namespace