Skip to main content

AppointmentViewInfo.IsLongTime() Method

Indicates whether the appointment extends over multiple days.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public virtual bool IsLongTime()
Public Overridable Function IsLongTime As Boolean

Returns

Type Description
Boolean

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

Implements

See Also