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

ASPxWeekViewAppointmentDisplayOptions.AppointmentGapWidth Property

Specifies the width of the horizontal gap between appointments.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.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 Bootstrap Controls BootstrapWeekView
.AppointmentDisplayOptions.AppointmentGapWidth
ASP.NET Web Forms Controls WeekView
.AppointmentDisplayOptions.AppointmentGapWidth
MVCxSchedulerWeekView
.AppointmentDisplayOptions.AppointmentGapWidth
See Also