AgendaView.NewAppointmentButtonCommand Property
In This Article
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
C#
public Command NewAppointmentButtonCommand { get; set; }
#Property Value
Type | Description |
---|---|
Command | A command that exposes the ICommand interface. |
See Also