Back to Devexpress

SchedulerCommands.ShowNewAllDayAppointmentWindowCommand Property

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

latest1.7 KB
Original Source

SchedulerCommands.ShowNewAllDayAppointmentWindowCommand Property

Gets or sets a command used to invoke the Appointment Window for the new all-day appointment.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
ICommand

An ICommand object that is the scheduler command.

|

See Also

AllDay

Appointment Window

Appointments

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace