SchedulerViewInfoBase.AppointmentHeight Property
Gets or sets the height of a single appointment for the current View (in pixels).
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value which represents the appointment height measured in pixels. |
Remarks
Use the AppointmentHeight property to specify the appointment height. If this property value is 0, then the default appointment height for this View will be used.
Note
If the SchedulerControl.ActiveView is either Week View or Month View, then the AppointmentHeight property value is applied to all appointments height. But if either the Day View or Work Week View is active, then this height will only be applied to all-day appointments (whose Appointment.AllDay properties are set to true).