Skip to main content
All docs
V25.2
  • 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

    true to display the “New Appointment” button; otherwise, false.

    See Also