SchedulerViewInfoBase.AppointmentAutoHeight Property
Gets or sets whether an appointment should change its height automatically for the current view.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if an appointment’s height is changed automatically to fit the text; otherwise, false. |
Remarks
If the SchedulerControl.ActiveView is either Week View or Month View, then the AppointmentAutoHeight property value is applied to all appointments. But if either the Day View or Work Week View is active, then this option will only be applied to all-day appointments (whose Appointment.AllDay properties are set to true).
See Also