Skip to main content
Tab

CalendarSelection.Assign(CalendarSelection) Method

Copies items from the collection specified to the current one.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Assign(
    CalendarSelection source
)

Parameters

Name Type Description
source CalendarSelection

A CalendarSelection object representing the source of the operation.

Remarks

The Assign method copies items from the source collection object specified by the source parameter to the current collection.

See Also