Back to Devexpress

SchedulerCommands.ViewZoomInCommand Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercommands-14b87b54.md

latest1.3 KB
Original Source

SchedulerCommands.ViewZoomInCommand Property

Gets or sets a command that decreases the time interval displayed in the scheduler so that it can be examined closely.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
ICommand

An ICommand object that is the scheduler command.

|

Remarks

The command is executed when Ctrl + MouseWheel is used.

See Also

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace