ISchedulerAppointmentActions.CloseRecurrenceSettingsFormAsync() Method
Closes the recurrence settings form.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.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