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

AppointmentDisplayOptions.AppointmentHeight Property

Gets or sets the height of a single appointment for the current View (in pixels).

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
public int AppointmentHeight { get; set; }

Property Value

Type Default Description
Int32 0

An integer value which represents the appointment height measured in pixels.

Property Paths

You can access this nested property as listed below:

Show 36 property paths
Library Object Type Path to AppointmentHeight
WinForms Controls AgendaView
.AppointmentDisplayOptions.AppointmentHeight
DayView
.AppointmentDisplayOptions.AppointmentHeight
SchedulerViewInfoBase
.AppointmentDisplayOptions.AppointmentHeight
FullWeekView
.AppointmentDisplayOptions.AppointmentHeight
MonthView
.AppointmentDisplayOptions.AppointmentHeight
DayViewTimeCells
.AppointmentDisplayOptions.AppointmentHeight
FullWeek
.AppointmentDisplayOptions.AppointmentHeight
HorizontalWeek
.AppointmentDisplayOptions.AppointmentHeight
TimeCellsControlBase
.AppointmentDisplayOptions.AppointmentHeight
TimelineCells
.AppointmentDisplayOptions.AppointmentHeight
SchedulerViewBase
.AppointmentDisplayOptions.AppointmentHeight
TimelineView
.AppointmentDisplayOptions.AppointmentHeight
WeekView
.AppointmentDisplayOptions.AppointmentHeight
WorkWeekView
.AppointmentDisplayOptions.AppointmentHeight
WPF Controls SchedulerDayViewAppointmentDisplayOptions
.DayViewInnerObject.AppointmentHeight
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions.AppointmentHeight
BootstrapDayView
.AppointmentDisplayOptions.AppointmentHeight
BootstrapFullWeekView
.AppointmentDisplayOptions.AppointmentHeight
BootstrapMonthView
.AppointmentDisplayOptions.AppointmentHeight
BootstrapTimelineView
.AppointmentDisplayOptions.AppointmentHeight
BootstrapWeekView
.AppointmentDisplayOptions.AppointmentHeight
BootstrapWorkWeekView
.AppointmentDisplayOptions.AppointmentHeight
ASP.NET Web Forms Controls AgendaView
.AppointmentDisplayOptions.AppointmentHeight
DayView
.AppointmentDisplayOptions.AppointmentHeight
FullWeekView
.AppointmentDisplayOptions.AppointmentHeight
MonthView
.AppointmentDisplayOptions.AppointmentHeight
TimelineView
.AppointmentDisplayOptions.AppointmentHeight
WeekView
.AppointmentDisplayOptions.AppointmentHeight
WorkWeekView
.AppointmentDisplayOptions.AppointmentHeight
MVCxSchedulerAgendaView
.AppointmentDisplayOptions.AppointmentHeight
MVCxSchedulerDayView
.AppointmentDisplayOptions.AppointmentHeight
MVCxSchedulerFullWeekView
.AppointmentDisplayOptions.AppointmentHeight
MVCxSchedulerMonthView
.AppointmentDisplayOptions.AppointmentHeight
MVCxSchedulerTimelineView
.AppointmentDisplayOptions.AppointmentHeight
MVCxSchedulerWeekView
.AppointmentDisplayOptions.AppointmentHeight
MVCxSchedulerWorkWeekView
.AppointmentDisplayOptions.AppointmentHeight

Remarks

Use the AppointmentHeight property to specify the appointment height.

Note

Since the height of the appointments in Day View and Work Week View views depends on the appointment’s duration, the AppointmentHeight property is not applicable in this case, except for the appointments of the Appointment.AllDay type.

See Also