Back to Devexpress

SchedulerCommands.SwitchViewCommand Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercommands-2a18504c.md

latest1.5 KB
Original Source

SchedulerCommands.SwitchViewCommand Property

Gets or sets a command used to switch the active view to the first view in a collection which has the specified type.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
ICommand

An ICommand object that is the scheduler command.

|

See Also

Views

ActiveViewIndex

ActiveView

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace