Skip to main content
A newer version of this page is available. .

TimelineViewAppointmentDisplayOptions.AppointmentInterspacing Property

Gets or sets the vertical distance between appointments.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

[DefaultValue(2)]
[XtraSerializableProperty]
public virtual int AppointmentInterspacing { get; set; }

Property Value

Type Default Description
Int32 2

An integer, representing the vertical distance between appointments (in pixels).

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AppointmentInterspacing
WinForms Controls TimelineView
.AppointmentDisplayOptions.AppointmentInterspacing
ASP.NET Bootstrap Controls BootstrapTimelineView
.AppointmentDisplayOptions.AppointmentInterspacing
ASP.NET Web Forms Controls TimelineView
.AppointmentDisplayOptions.AppointmentInterspacing
MVCxSchedulerTimelineView
.AppointmentDisplayOptions.AppointmentInterspacing

Remarks

The following picture illustrates the AppointmentInterspacing equal to 30.

AppointmentInterSpacing-Timeline

See Also