Back to Devexpress

AppointmentContinueArrowDisplayType Enum

corelibraries-devexpress-dot-xtrascheduler-faba243a.md

latest2.2 KB
Original Source

AppointmentContinueArrowDisplayType Enum

Lists the values used to specify the type of sign to indicate that the scheduled time continues beyond the visible interval of dates.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public enum AppointmentContinueArrowDisplayType
vb
Public Enum AppointmentContinueArrowDisplayType

Members

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.

|

The following properties accept/return AppointmentContinueArrowDisplayType values:

Remarks

The sign is used in the Day Headers element as illustrated below:

See Also

DevExpress.XtraScheduler Namespace