Back to Devexpress

DayViewAppointmentDisplayOptionsEx.AllDayAppointmentMinHeight Property

windowsforms-devexpress-dot-xtrascheduler-dot-dayviewappointmentdisplayoptionsex-cb5d86f1.md

latest2.0 KB
Original Source

DayViewAppointmentDisplayOptionsEx.AllDayAppointmentMinHeight Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(0)]
[XtraSerializableProperty]
public int AllDayAppointmentMinHeight { get; set; }
vb
<DefaultValue(0)>
<XtraSerializableProperty>
Public Property AllDayAppointmentMinHeight As Integer

Property Value

TypeDefaultDescription
Int320

The minimum height for all-day appointments.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllDayAppointmentMinHeight
DayView

.AppointmentDisplayOptions .AllDayAppointmentMinHeight

|

See Also

DayViewAppointmentDisplayOptionsEx Class

DayViewAppointmentDisplayOptionsEx Members

DevExpress.XtraScheduler Namespace