Skip to main content

ASPxMonthViewAppointmentDisplayOptions.FirstAppointmentTopIndent Property

Gets or sets an appointment top indent in the Month (Multi-Week) View.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(2)]
public int FirstAppointmentTopIndent { get; set; }

Property Value

Type Default Description
Int32 2

An integer value that is the appointment top indent.

Property Paths

You can access this nested property as listed below:

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