Skip to main content

RecurrenceInfo.Reset(RecurrenceType) Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public void Reset(
    RecurrenceType type
)

Parameters

Name Type Description
type RecurrenceType

A RecurrenceType enumeration value which specifies the recurrence type.

See Also