Back to Devexpress

SchedulerCommands.SaveNewAppointmentCommand Property

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

latest1.3 KB
Original Source

SchedulerCommands.SaveNewAppointmentCommand Property

Gets or sets a command used to add the specified appointment to the scheduler’s appointment collection.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
ICommand

An ICommand object that is the scheduler command.

|

See Also

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace