AgendaView.ShowNewAppointmentButton Property
Gets or sets whether the “New Appointment” button is displayed. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public bool ShowNewAppointmentButton { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also