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

ASPxDayViewAppointmentDisplayOptions.FirstAllDayAppointmentTopIndent Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

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

Property Value

Type Default Description
Int32 2

An integer value that is the top indent.

Property Paths

You can access this nested property as listed below:

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