Skip to main content

AgendaViewAppointmentDisplayOptions.AppointmentHeight Property

This property has no effect for the Agenda View.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.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:

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