Skip to main content

AppointmentViewInfo.AppointmentInterval Property

Gets the time interval which the current appointment occupies.

Namespace: DevExpress.Web.ASPxScheduler.Drawing

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public virtual TimeInterval AppointmentInterval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object representing the appointment time interval.

Implements

See Also