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

ASPxMonthViewAppointmentDisplayOptions.LastAppointmentBottomIndent Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

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

Property Value

Type Default Description
Int32 2

An integer value that is the appointment bottom indent.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to LastAppointmentBottomIndent
ASP.NET Controls and MVC Extensions MonthView
.AppointmentDisplayOptions.LastAppointmentBottomIndent
MVCxSchedulerMonthView
.AppointmentDisplayOptions.LastAppointmentBottomIndent
ASP.NET Bootstrap Controls BootstrapMonthView
.AppointmentDisplayOptions.LastAppointmentBottomIndent
See Also