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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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