New to Telerik UI for WPFStart a free 30-day trial

ICopyable<T>

Interface

A generic interface for copying objects.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Type Parameters:

T

Syntax:

C#
public interface ICopyable<T>

Derived Classes: EditableObjectBase<T>AppointmentAppointmentBaseDragDropSlotExceptionOccurrenceRecurrenceRuleResizeSlotSlot...

Methods

Deep copies this instance.

C#
T Copy()
Returns:

T

A deep copy of the current object.

Deep copies all properties from other to this instance.

C#
void CopyFrom(T other)
Parameters:otherT

The instance to copy properties from.

In this article
DefinitionMethodsCopy()CopyFrom(T)
Not finding the help you need?
Contact Support