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 |
---|---|
Reminder |
The copied Reminder |
See Also