Back to Devexpress

SchedulerCommands.RestoreOccurrenceCommand Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercommands-224e389d.md

latest1.3 KB
Original Source

SchedulerCommands.RestoreOccurrenceCommand Property

Gets or sets a command used to call the selected appointment’s AppointmentItem.RestoreOccurrence method.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
ICommand

An ICommand object that is the scheduler command.

|

See Also

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace