AppointmentDisplayOptions.AppointmentHeight Property
In This Article
Gets or sets the height of a single appointment for the current View (in pixels).
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value which represents the appointment height measured in pixels. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Appointment |
---|---|
Scheduler |
|
Time |
|
Scheduler |
|
#Remarks
Use the AppointmentHeight property to specify the appointment height.
Note
Since the height of the appointments in Day View and Work Week View views depends on the appointment’s duration, the Appointment
See Also