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

ASPxDayViewAppointmentDisplayOptions.LastAllDayAppointmentBottomIndent Property

Gets or sets the bottom indent for an appointment that lasts the entire day in the Day View.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Property Value

Type Default Description
Int32 2

An integer value that is the bottom indent.

Property Paths

You can access this nested property as listed below:

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