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

AppointmentDisplayOptions.ContinueArrowDisplayType Property

Specifies the type of indicator used to point out that the appointment extends beyond the visible date range.

Namespace: DevExpress.XtraScheduler

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

Declaration

[XtraSerializableProperty]
public virtual AppointmentContinueArrowDisplayType ContinueArrowDisplayType { get; set; }

Property Value

Type Description
AppointmentContinueArrowDisplayType

A AppointmentContinueArrowDisplayType enumeration member.

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:

Show 36 property paths
Library Object Type Path to ContinueArrowDisplayType
WinForms Controls AgendaView
.AppointmentDisplayOptions.ContinueArrowDisplayType
DayView
.AppointmentDisplayOptions.ContinueArrowDisplayType
SchedulerViewInfoBase
.AppointmentDisplayOptions.ContinueArrowDisplayType
FullWeekView
.AppointmentDisplayOptions.ContinueArrowDisplayType
MonthView
.AppointmentDisplayOptions.ContinueArrowDisplayType
DayViewTimeCells
.AppointmentDisplayOptions.ContinueArrowDisplayType
FullWeek
.AppointmentDisplayOptions.ContinueArrowDisplayType
HorizontalWeek
.AppointmentDisplayOptions.ContinueArrowDisplayType
TimeCellsControlBase
.AppointmentDisplayOptions.ContinueArrowDisplayType
TimelineCells
.AppointmentDisplayOptions.ContinueArrowDisplayType
SchedulerViewBase
.AppointmentDisplayOptions.ContinueArrowDisplayType
TimelineView
.AppointmentDisplayOptions.ContinueArrowDisplayType
WeekView
.AppointmentDisplayOptions.ContinueArrowDisplayType
WorkWeekView
.AppointmentDisplayOptions.ContinueArrowDisplayType
WPF Controls SchedulerDayViewAppointmentDisplayOptions
.DayViewInnerObject.ContinueArrowDisplayType
ASP.NET Controls and MVC Extensions AgendaView
.AppointmentDisplayOptions.ContinueArrowDisplayType
DayView
.AppointmentDisplayOptions.ContinueArrowDisplayType
FullWeekView
.AppointmentDisplayOptions.ContinueArrowDisplayType
MonthView
.AppointmentDisplayOptions.ContinueArrowDisplayType
TimelineView
.AppointmentDisplayOptions.ContinueArrowDisplayType
WeekView
.AppointmentDisplayOptions.ContinueArrowDisplayType
WorkWeekView
.AppointmentDisplayOptions.ContinueArrowDisplayType
MVCxSchedulerAgendaView
.AppointmentDisplayOptions.ContinueArrowDisplayType
MVCxSchedulerDayView
.AppointmentDisplayOptions.ContinueArrowDisplayType
MVCxSchedulerFullWeekView
.AppointmentDisplayOptions.ContinueArrowDisplayType
MVCxSchedulerMonthView
.AppointmentDisplayOptions.ContinueArrowDisplayType
MVCxSchedulerTimelineView
.AppointmentDisplayOptions.ContinueArrowDisplayType
MVCxSchedulerWeekView
.AppointmentDisplayOptions.ContinueArrowDisplayType
MVCxSchedulerWorkWeekView
.AppointmentDisplayOptions.ContinueArrowDisplayType
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions.ContinueArrowDisplayType
BootstrapDayView
.AppointmentDisplayOptions.ContinueArrowDisplayType
BootstrapFullWeekView
.AppointmentDisplayOptions.ContinueArrowDisplayType
BootstrapMonthView
.AppointmentDisplayOptions.ContinueArrowDisplayType
BootstrapTimelineView
.AppointmentDisplayOptions.ContinueArrowDisplayType
BootstrapWeekView
.AppointmentDisplayOptions.ContinueArrowDisplayType
BootstrapWorkWeekView
.AppointmentDisplayOptions.ContinueArrowDisplayType

Remarks

AppointmentContinueArrow

See Also