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

AppointmentViewInfoOptions.EndContinueItemDisplayType Property

Gets or sets the type of sign to indicate that the appointment time ends beyond the visible interval of dates.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public AppointmentContinueArrowDisplayType EndContinueItemDisplayType { get; set; }

Property Value

Type Description
AppointmentContinueArrowDisplayType

An AppointmentContinueArrowDisplayType enumeration specifying how appointment continuation is indicated.

Available values:

Name Description
Never

No indication is displayed that the appointment extends out of the visible date range

Arrow

Displays an arrow pointing to the part of the appointment that resides out of visible interval of dates.

ArrowWithText

Displays an arrow and the text pointing out the date to which the appointment extends.

Auto

Displays an arrow pointing to the appointment extension. The text is displayed only when it occupies less than half of the visible time cell space.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EndContinueItemDisplayType
Cross-Platform Class Library IAppointmentViewInfo
.Options.EndContinueItemDisplayType
WinForms Controls AppointmentViewInfo
.Options.EndContinueItemDisplayType
WPF Controls AppointmentViewInfo
.Options.EndContinueItemDisplayType
ASP.NET Controls and MVC Extensions AppointmentViewInfo
.Options.EndContinueItemDisplayType
See Also