Skip to main content
All docs
V23.2

ISchedulerAppointmentActions.CloseRecurrenceSettingsFormAsync() Method

Closes the recurrence settings form.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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