Skip to main content

TimelineViewAppointmentDisplayOptions.AppointmentInterspacing Property

Gets or sets the vertical distance between appointments.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.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