Skip to main content
A newer version of this page is available. .
All docs
V23.1

SchedulerAppointmentFormClosingEventArgs.FormInfo Property

Specifies the appointment form information.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public SchedulerAppointmentFormInfo FormInfo { get; set; }

Property Value

Type Description
SchedulerAppointmentFormInfo

The appointment form information.

See Also