Back to Devexpress

MonthViewAppointmentDisplayOptionsEx.AppointmentMinHeight Property

windowsforms-devexpress-dot-xtrascheduler-dot-monthviewappointmentdisplayoptionsex-66d7a4eb.md

latest1.9 KB
Original Source

MonthViewAppointmentDisplayOptionsEx.AppointmentMinHeight 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).

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDefaultDescription
Int320

The minimum appointment height.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AppointmentMinHeight
MonthView

.AppointmentDisplayOptions .AppointmentMinHeight

|

See Also

MonthViewAppointmentDisplayOptionsEx Class

MonthViewAppointmentDisplayOptionsEx Members

DevExpress.XtraScheduler Namespace