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

AppointmentImageInfoCoreCollection<TAppointmentImageInfo>.AddStandardInternal(AppointmentImageType) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public virtual int AddStandardInternal(
    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 an image in the collection.

See Also