DayViewBase.AppointmentMinHeight Property
Gets or sets the minimum height of appointments in the Day View, Work Week View, and Week View. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Scheduler.Internal
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Double | A System.Double value that specifies the minimum appointment height in pixels. |
Remarks
If an appointment’s duration is less than the current time slot interval defined by the TimeScale property, the appointment is shown using the height specified by the AppointmentMinHeight property or extends to the time cell boundaries, if the AppointmentMinHeight value exceeds the current time cell height.
See Also