Back to Devexpress

MonthView.IsHorizontalScrollSnappingEnabled Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-monthview-ae34510e.md

latest1.3 KB
Original Source

MonthView.IsHorizontalScrollSnappingEnabled Property

Gets or sets a value indicating whether the Scheduler should snap to the left-edge of the closest time cell column when scrolling completes. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool IsHorizontalScrollSnappingEnabled { get; set; }
vb
Public Property IsHorizontalScrollSnappingEnabled As Boolean

Property Value

TypeDescription
Boolean

true, to enable snapping for horizontal scrolling; otherwise, false. The default is false

|

See Also

MonthView Class

MonthView Members

DevExpress.Xpf.Scheduling Namespace