Back to Devexpress

TimelineView.AppointmentMinWidth Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-timelineview-856444de.md

latest1.7 KB
Original Source

TimelineView.AppointmentMinWidth Property

Gets or sets the minimum width of appointments in the Timeline View. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public double AppointmentMinWidth { get; set; }
vb
Public Property AppointmentMinWidth As Double

Property Value

TypeDescription
Double

A Double value that specifies the minimum appointment width in pixels.

|

Remarks

The AppointmentMinWidth property is in effect only when the TimelineView.SnapToCellsMode property is SnapToCellsMode.Never.

See Also

StretchAppointments

SnapToCellsMode

AppointmentMinHeight

TimelineView Class

TimelineView Members

DevExpress.Xpf.Scheduling Namespace