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

ASPxAgendaViewAppointmentDisplayOptions.AppointmentHeight Property

Gets or sets the height of a single appointment for the current View.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public int AppointmentHeight { get; set; }

Property Value

Type Description
Int32

An integer value specifying the appointment height.

Property Paths

You can access this nested property as listed below:

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