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

AgendaViewAppointmentDisplayOptions.AppointmentHeight Property

This property has no effect for the Agenda View.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[Browsable(false)]
public int AppointmentHeight { get; set; }

Property Value

Type
Int32

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AppointmentHeight
WinForms Controls AgendaView
.AppointmentDisplayOptions .AppointmentHeight
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions .AppointmentHeight
ASP.NET MVC Extensions MVCxSchedulerAgendaView
.AppointmentDisplayOptions .AppointmentHeight
ASP.NET Web Forms Controls AgendaView
.AppointmentDisplayOptions .AppointmentHeight
See Also