Back to Devexpress

AppointmentDisplayOptions.ContinueArrowDisplayType Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentdisplayoptions-bbd5352f.md

latest3.1 KB
Original Source

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.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public virtual AppointmentContinueArrowDisplayType ContinueArrowDisplayType { get; set; }
vb
Public Overridable Property ContinueArrowDisplayType As AppointmentContinueArrowDisplayType

Property Value

TypeDescription
AppointmentContinueArrowDisplayType

A AppointmentContinueArrowDisplayType enumeration member.

|

Available values:

NameDescription
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:

Object TypePath to ContinueArrowDisplayType
SchedulerViewInfoBase

.AppointmentDisplayOptions .ContinueArrowDisplayType

| | TimeCellsControlBase |

.AppointmentDisplayOptions .ContinueArrowDisplayType

| | SchedulerViewBase |

.AppointmentDisplayOptions .ContinueArrowDisplayType

|

Remarks

See Also

Day Headers

AppointmentDisplayOptions Class

AppointmentDisplayOptions Members

DevExpress.XtraScheduler Namespace