A newer version of this page is available.
Switch to the current version.
AppointmentViewInfoOptions.EndContinueItemDisplayType Property
Gets or sets the type of sign to indicate that the appointment time ends beyond the visible interval of dates.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public AppointmentContinueArrowDisplayType EndContinueItemDisplayType { get; set; }
Public Property EndContinueItemDisplayType As AppointmentContinueArrowDisplayType
Property Value
Type | Description |
---|---|
AppointmentContinueArrowDisplayType | An AppointmentContinueArrowDisplayType enumeration specifying how appointment continuation is indicated. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to EndContinueItemDisplayType |
---|---|---|
Cross-Platform Class Library | IAppointmentViewInfo |
|
WinForms Controls | AppointmentViewInfo |
|
WPF Controls | AppointmentViewInfo |
|
ASP.NET Controls and MVC Extensions | AppointmentViewInfo |
|
See Also
Feedback