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

ASPxSchedulerImages.Appointment Property

Gets the settings of an image displayed within an appointment.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public AppointmentImages Appointment { get; }

Property Value

Type Description
AppointmentImages

A AppointmentImages object that contains image settings.

See Also