AppointmentItem.Assign(AppointmentItem) Method
Copies all settings from the object passed as the parameter to the current object.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
src | AppointmentItem | A AppointmentItem object whose settings are assigned to the current object. |
See Also