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.v21.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

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

Property Value

Type Default Description
Int32 2

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

Remarks

The following picture illustrates the AppointmentInterspacing equal to 30.

AppointmentInterSpacing-Timeline

See Also