Skip to main content
A newer version of this page is available. .

AppointmentDisplayOptions.AppointmentAutoHeight Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

[DefaultValue(false)]
public bool AppointmentAutoHeight { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Show 36 property paths
Library Object Type Path to AppointmentAutoHeight
WinForms Controls AgendaView
.AppointmentDisplayOptions.AppointmentAutoHeight
DayView
.AppointmentDisplayOptions.AppointmentAutoHeight
SchedulerViewInfoBase
.AppointmentDisplayOptions.AppointmentAutoHeight
FullWeekView
.AppointmentDisplayOptions.AppointmentAutoHeight
MonthView
.AppointmentDisplayOptions.AppointmentAutoHeight
DayViewTimeCells
.AppointmentDisplayOptions.AppointmentAutoHeight
FullWeek
.AppointmentDisplayOptions.AppointmentAutoHeight
HorizontalWeek
.AppointmentDisplayOptions.AppointmentAutoHeight
TimeCellsControlBase
.AppointmentDisplayOptions.AppointmentAutoHeight
TimelineCells
.AppointmentDisplayOptions.AppointmentAutoHeight
SchedulerViewBase
.AppointmentDisplayOptions.AppointmentAutoHeight
TimelineView
.AppointmentDisplayOptions.AppointmentAutoHeight
WeekView
.AppointmentDisplayOptions.AppointmentAutoHeight
WorkWeekView
.AppointmentDisplayOptions.AppointmentAutoHeight
WPF Controls SchedulerDayViewAppointmentDisplayOptions
.DayViewInnerObject.AppointmentAutoHeight
ASP.NET Controls and MVC Extensions AgendaView
.AppointmentDisplayOptions.AppointmentAutoHeight
DayView
.AppointmentDisplayOptions.AppointmentAutoHeight
FullWeekView
.AppointmentDisplayOptions.AppointmentAutoHeight
MonthView
.AppointmentDisplayOptions.AppointmentAutoHeight
TimelineView
.AppointmentDisplayOptions.AppointmentAutoHeight
WeekView
.AppointmentDisplayOptions.AppointmentAutoHeight
WorkWeekView
.AppointmentDisplayOptions.AppointmentAutoHeight
MVCxSchedulerAgendaView
.AppointmentDisplayOptions.AppointmentAutoHeight
MVCxSchedulerDayView
.AppointmentDisplayOptions.AppointmentAutoHeight
MVCxSchedulerFullWeekView
.AppointmentDisplayOptions.AppointmentAutoHeight
MVCxSchedulerMonthView
.AppointmentDisplayOptions.AppointmentAutoHeight
MVCxSchedulerTimelineView
.AppointmentDisplayOptions.AppointmentAutoHeight
MVCxSchedulerWeekView
.AppointmentDisplayOptions.AppointmentAutoHeight
MVCxSchedulerWorkWeekView
.AppointmentDisplayOptions.AppointmentAutoHeight
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions.AppointmentAutoHeight
BootstrapDayView
.AppointmentDisplayOptions.AppointmentAutoHeight
BootstrapFullWeekView
.AppointmentDisplayOptions.AppointmentAutoHeight
BootstrapMonthView
.AppointmentDisplayOptions.AppointmentAutoHeight
BootstrapTimelineView
.AppointmentDisplayOptions.AppointmentAutoHeight
BootstrapWeekView
.AppointmentDisplayOptions.AppointmentAutoHeight
BootstrapWorkWeekView
.AppointmentDisplayOptions.AppointmentAutoHeight

Remarks

Special note for the Day, Work-Week and Full Week views. When the current view type is Day View, Work Week View or Full Week View, the appointment height depends on its duration when an appointment does not occupy the whole day. So the AppointmentAutoHeight property is applicable only to the Appointment.AllDay type appointments in those views.

The following code snippets (auto-collected from DevExpress Examples) contain references to the AppointmentAutoHeight property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also