Skip to main content

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
Object

A parameter object.

See Also