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

RecurrenceInfo.Assign(IRecurrenceInfo) Method

Copies all settings from the options object passed as the parameter to the current object.

Namespace: DevExpress.XtraScheduler

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

Declaration

public void Assign(
    IRecurrenceInfo src
)

Parameters

Name Type Description
src IRecurrenceInfo

An IRecurrenceInfo object whose settings are assigned to the current object.

See Also