Skip to main content
A newer version of this page is available. .

RecurrenceInfo.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

Declaration

public void Reset(
    RecurrenceType type
)

Parameters

Name Type Description
type RecurrenceType

The recurrence type.

See Also