Skip to main content

AppointmentViewInfo.IsLongTime() Method

Indicates whether the appointment extends over multiple days.

Namespace: DevExpress.Web.ASPxScheduler.Drawing

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public virtual bool IsLongTime()

Returns

Type Description
Boolean

true if an appointment extends over several days; otherwise, false.

Implements

See Also