A newer version of this page is available.
Switch to the current version.
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; }
<XtraSerializableProperty>
Public Overridable Property ContinueArrowDisplayType As AppointmentContinueArrowDisplayType
Property Value
Type | Description |
---|---|
AppointmentContinueArrowDisplayType | A AppointmentContinueArrowDisplayType enumeration member. |
Property Paths
You can access this nested property as listed below:
Show 55 property paths
Remarks
See Also
Feedback