Skip to main content

AppointmentViewInfoOptions.StartContinueItemDisplayType Property

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

Namespace: DevExpress.XtraScheduler.Drawing

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

#Declaration

public AppointmentContinueArrowDisplayType StartContinueItemDisplayType { get; set; }

#Property Value

Type Description
AppointmentContinueArrowDisplayType

A DevExpress.XtraScheduler.AppointmentContinueArrowDisplayType enumeration specifying how appointment continuation is indicated.

#Property Paths

You can access the AppointmentViewInfoOptions.StartContinueItemDisplayType property from the following objects:

Object Type Path to StartContinueItemDisplayType
AppointmentViewInfo
.Options.StartContinueItemDisplayType
See Also