Skip to main content
A newer version of this page is available. .

SchedulerAppointmentFormEventArgs.FormInfo Property

Specifies the appointment form’s information.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public SchedulerAppointmentFormInfo FormInfo { get; set; }

Property Value

Type Description
SchedulerAppointmentFormInfo

The appointment form’s information.

Remarks

Refer to the AppointmentFormShowing event description for more information.

See Also