Skip to main content
A newer version of this page is available. .

AppointmentViewInfo.IsLongTime() Method

Indicates whether the appointment extends over multiple days.

Namespace: DevExpress.Web.ASPxScheduler.Drawing

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

Declaration

public virtual bool IsLongTime()

Returns

Type Description
Boolean

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

Implements

See Also