Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public double AppointmentMinWidth { get; set; }

Property Value

Type Description
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