Skip to main content

ASPxMonthViewAppointmentDisplayOptions.AppointmentGapWidth Property

Specifies the width of the horizontal gap between appointments.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

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:

Object Type Path to AppointmentGapWidth
MonthView
.AppointmentDisplayOptions .AppointmentGapWidth
See Also