Back to Devexpress

SchedulerCommands.DeleteAppointmentsCommand Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercommands-924c8054.md

latest1.2 KB
Original Source

SchedulerCommands.DeleteAppointmentsCommand Property

Gets or sets a command used to delete selected appointments.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
ICommand

An ICommand object that is the scheduler command.

|

See Also

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace