Back to Devexpress

SchedulerCommands.ChangeReminderTimeBeforeStartCommand Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercommands-3060b65f.md

latest1.8 KB
Original Source

SchedulerCommands.ChangeReminderTimeBeforeStartCommand Property

Gets or sets a command used to change the ReminderItem.TimeBeforeStart value of the reminder associated with the current appointment.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ICommand ChangeReminderTimeBeforeStartCommand { get; set; }
vb
Public Property ChangeReminderTimeBeforeStartCommand As ICommand

Property Value

TypeDescription
ICommand

An ICommand object that is the scheduler command.

|

Remarks

The command clears the AppointmentItem.Reminders collection, creates a reminder with the specified ReminderItem.TimeBeforeStart value and adds it to the appointment’s reminder collection.

See Also

Reminders

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace