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.v18.2.dll

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 Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions.AppointmentHeight
ASP.NET Web Forms Controls AgendaView
.AppointmentDisplayOptions.AppointmentHeight
MVCxSchedulerAgendaView
.AppointmentDisplayOptions.AppointmentHeight
See Also