Back to Devexpress

AgendaView.NewAppointmentButtonCommand Property

maui-devexpress-dot-maui-dot-scheduler-dot-agendaview-477548df.md

latest994 B
Original Source

AgendaView.NewAppointmentButtonCommand Property

Gets or sets the command that is executed when a user taps the “New Appointment” button. This is a bindable property.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public Command NewAppointmentButtonCommand { get; set; }

Property Value

TypeDescription
Command

A command that exposes the ICommand interface.

|

See Also

AgendaView Class

AgendaView Members

DevExpress.Maui.Scheduler Namespace