Back to Devexpress

SchedulerCommands.ChangeSnapToCellsModeCommand Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercommands-02fcdb40.md

latest1.4 KB
Original Source

SchedulerCommands.ChangeSnapToCellsModeCommand Property

Gets or sets a command used to change the current view’s SnapToCells mode.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ICommand ChangeSnapToCellsModeCommand { get; set; }
vb
Public Property ChangeSnapToCellsModeCommand As ICommand

Property Value

TypeDescription
ICommand

An ICommand object that is the scheduler command.

|

See Also

DayViewBase.SnapToCellsMode

TimelineView.SnapToCellsMode

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace