Skip to main content
All docs
V25.2
  • AgendaView.NewAppointmentButtonCommandParameter Property

    Gets or sets the parameter passed to the AgendaView.NewAppointmentButtonCommand. This is a bindable property.

    Namespace: DevExpress.Maui.Scheduler

    Assembly: DevExpress.Maui.Scheduler.dll

    NuGet Package: DevExpress.Maui.Scheduler

    Declaration

    public object NewAppointmentButtonCommandParameter { get; set; }

    Property Value

    Type Description
    System.Object

    A parameter object.

    See Also