Skip to main content

ASPxSchedulerImages.DayHours Property

Gets the settings of an image displayed within day hours.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ClockImages DayHours { get; }

Property Value

Type Description
ClockImages

A ClockImages object that contains image settings.

See Also