Skip to main content
All docs
V25.1
  • DayViewAppointmentDisplayOptionsEx.AllDayAppointmentMaxHeight Property

    Gets or sets the maximum appointment height. This property is in effect when appointments can automatically resize based on their content (the AppointmentDisplayOptions.AppointmentAutoHeight property is enabled). In Day, FullWeek and WorkWeek Views, only all-day appointments can adjust their sizes.

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v25.1.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    [DefaultValue(0)]
    [XtraSerializableProperty]
    public int AllDayAppointmentMaxHeight { get; set; }

    Property Value

    Type Default Description
    Int32 0

    The maximum height for all-day appointments.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to AllDayAppointmentMaxHeight
    DayView
    .AppointmentDisplayOptions .AllDayAppointmentMaxHeight
    See Also