SchedulerAppointmentFormClosingEventArgs.FormInfo Property
In This Article
Specifies the appointment form information.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public SchedulerAppointmentFormInfo FormInfo { get; set; }
#Property Value
Type | Description |
---|---|
Scheduler |
The appointment form information. |
See Also