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

WeekViewAppointmentDisplayOptions.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 MonthView
.AppointmentDisplayOptions.AppointmentInterspacing
FullWeek
.AppointmentDisplayOptions.AppointmentInterspacing
HorizontalWeek
.AppointmentDisplayOptions.AppointmentInterspacing
WeekView
.AppointmentDisplayOptions.AppointmentInterspacing
ASP.NET Bootstrap Controls BootstrapMonthView
.AppointmentDisplayOptions.AppointmentInterspacing
BootstrapWeekView
.AppointmentDisplayOptions.AppointmentInterspacing
ASP.NET Web Forms Controls MonthView
.AppointmentDisplayOptions.AppointmentInterspacing
WeekView
.AppointmentDisplayOptions.AppointmentInterspacing
MVCxSchedulerMonthView
.AppointmentDisplayOptions.AppointmentInterspacing
MVCxSchedulerWeekView
.AppointmentDisplayOptions.AppointmentInterspacing

Remarks

The following picture illustrates the AppointmentInterspacing equal to 30.

AppointmentInterspacing-WeekView

See Also