Skip to main content

WeekViewAppointmentDisplayOptions.AppointmentInterspacing Property

Gets or sets the vertical distance between appointments.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[XtraSerializableProperty]
public virtual int AppointmentInterspacing { get; set; }

Property Value

Type Description
Int32

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

Remarks

The following picture illustrates the AppointmentInterspacing equal to 30.

AppointmentInterspacing-WeekView

See Also