Skip to main content
All docs
V19.1

AgendaViewAppointmentDisplayOptions.ContinueArrowDisplayType Property

This property has no effect for the Agenda View.

Namespace: DevExpress.XtraScheduler

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

Declaration

[Browsable(false)]
public override AppointmentContinueArrowDisplayType ContinueArrowDisplayType { get; set; }

Property Value

Type
AppointmentContinueArrowDisplayType

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 ContinueArrowDisplayType
WinForms Controls AgendaView
.AppointmentDisplayOptions.ContinueArrowDisplayType
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions.ContinueArrowDisplayType
ASP.NET Web Forms Controls AgendaView
.AppointmentDisplayOptions.ContinueArrowDisplayType
MVCxSchedulerAgendaView
.AppointmentDisplayOptions.ContinueArrowDisplayType
See Also