Skip to main content

ASPxAgendaViewAppointmentDisplayOptions.AppointmentHeight Property

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.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:

Object Type Path to AppointmentHeight
AgendaView
.AppointmentDisplayOptions .AppointmentHeight
See Also