Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public ICommand ChangeReminderTimeBeforeStartCommand { get; set; }

Property Value

Type Description
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