AppointmentImages.StartArrow Property
In This Article
Provides access to settings of an image, representing the start arrow.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public ImageProperties StartArrow { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
Refer to the AppointmentImages.Reminder topic for more information.
See Also