Skip to main content

SchedulerMonthViewAppointmentDisplayOptions.AppointmentAutoHeight Property

Gets or sets whether an appointment should change its height to fit its text.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public bool AppointmentAutoHeight { get; set; }

#Property Value

Type Description
Boolean

true, if an appointment's height is changed automatically to fit the text; otherwise, false.

#Property Paths

You can access the SchedulerMonthViewAppointmentDisplayOptions.AppointmentAutoHeight property from the following objects:

Object Type Path to AppointmentAutoHeight
MonthView
.AppointmentDisplayOptions.AppointmentAutoHeight
See Also