Skip to main content

IRecurrenceInfo.Reset(RecurrenceType) Method

Resets all recurrence information fields to their default values according to the specified recurrence type.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

void Reset(
    RecurrenceType type
)

Parameters

Name Type Description
type RecurrenceType

The recurrence type.

See Also