Skip to main content

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

public Command NewAppointmentButtonCommand { get; set; }

Property Value

Type Description
Command

A command that exposes the ICommand interface.

See Also