Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

public virtual int AddStandard(
    AppointmentImageType type
)

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