ISchedulerAppointmentActions.CloseRecurrenceSettingsFormAsync() Method
Closes the recurrence settings form.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
Task CloseRecurrenceSettingsFormAsync()
Returns
| Type | Description |
|---|---|
| Task | The task that is completed when the recurrence settings form is closed. |
Remarks
Refer to the DxScheduler.CloseRecurrenceSettingsFormAsync description for more information and an example.
See Also