CalendarSelection.Assign(CalendarSelection) Method
Copies items from the collection specified to the current one.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.1.dll
Declaration
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