Skip to main content

IAppointmentFlyoutData.ShowReminder Property

Gets or sets whether to display the Reminder value.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

bool ShowReminder { get; set; }

Property Value

Type Description
Boolean

True if the Reminder value is displayed; otherwise, false.

Remarks

The ShowReminder value originates from the CustomizeAppointmentFlyoutEventArgs.ShowReminder value processed in the SchedulerControl.CustomizeAppointmentFlyout event handler.

See Also