AppointmentImageInfoCoreCollection<TAppointmentImageInfo>.AddStandard(AppointmentImageType) Method
Adds a standard image of the specified type to the collection of images allowed for display within the appointment body.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| type | AppointmentImageType | An AppointmentImageType enumeration member specifying the image type. |
Returns
| Type | Description |
|---|---|
| Int32 | An integer that is the index of the image in the collection. |
Remarks
Use the AddStandard method to reload a default image of a certain type to the collection of images, if this image has been overwritten or the collection has been cleared.
See Also