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

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

Declaration

public void Reset(
    RecurrenceType type
)

Parameters

Name Type Description
type RecurrenceType

A RecurrenceType enumeration value which specifies the recurrence type.

See Also