Skip to main content

ASPxSchedulerOptionsCookies.Assign(ASPxSchedulerOptionsCookies) Method

Copies the settings from the specified ASPxSchedulerOptionsCookies object to the current object.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public virtual void Assign(
    ASPxSchedulerOptionsCookies source
)

Parameters

Name Type Description
source ASPxSchedulerOptionsCookies

A ASPxSchedulerOptionsCookies object whose settings are assigned to the current object.

Remarks

The Assign method copies properties of the ASPxSchedulerOptionsCookies object passed as a parameter to the current object. This allows you to have two objects with identical common properties.

See Also