Back to Devexpress

SchedulerCommands.SelectPrevAppointmentCommand Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercommands-f4f176de.md

latest1.5 KB
Original Source

SchedulerCommands.SelectPrevAppointmentCommand Property

Gets or sets a command used to move selection to the previous appointment.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
ICommand

An ICommand object that is the scheduler command.

|

Remarks

The previous appointment is selected from the list of all visible appointments ordered by SchedulerItemBase.Start and SchedulerItemBase.Duration values.

See Also

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace