AppointmentDisplayOptions.AppointmentHeight Property
Gets or sets the height of a single appointment for the current View (in pixels).
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Int32 | 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 AppointmentHeight |
---|---|
SchedulerViewInfoBase |
|
TimeCellsControlBase |
|
SchedulerViewBase |
|
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 AppointmentHeight property is not applicable in this case, except for the appointments of the Appointment.AllDay type.
See Also