Skip to main content

ReminderItem.Clone() Method

In This Article

Creates a new ReminderItem object that is a copy of the current instance.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public ReminderItem Clone()

#Returns

Type Description
ReminderItem

The copied ReminderItem object.

See Also