Skip to main content

AppointmentImages.EndArrow Property

Provides access to settings of an image, representing the end arrow.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ImageProperties EndArrow { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object, which defines image settings.

Remarks

Refer to the AppointmentImages.Reminder topic for more information.

See Also