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

ASPxDayViewAppointmentDisplayOptions.AppointmentGapWidth Property

Specifies the width of the horizontal gap between appointments.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

[DefaultValue(4)]
public int AppointmentGapWidth { get; set; }

Property Value

Type Default Description
Int32 4

An integer value specifying the width of the horizontal gap between appointments.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AppointmentGapWidth
ASP.NET Controls and MVC Extensions DayView
.AppointmentDisplayOptions.AppointmentGapWidth
FullWeekView
.AppointmentDisplayOptions.AppointmentGapWidth
WorkWeekView
.AppointmentDisplayOptions.AppointmentGapWidth
MVCxSchedulerDayView
.AppointmentDisplayOptions.AppointmentGapWidth
MVCxSchedulerFullWeekView
.AppointmentDisplayOptions.AppointmentGapWidth
MVCxSchedulerWorkWeekView
.AppointmentDisplayOptions.AppointmentGapWidth
ASP.NET Bootstrap Controls BootstrapDayView
.AppointmentDisplayOptions.AppointmentGapWidth
BootstrapFullWeekView
.AppointmentDisplayOptions.AppointmentGapWidth
BootstrapWorkWeekView
.AppointmentDisplayOptions.AppointmentGapWidth
See Also