Skip to main content

AppointmentFormController.ReminderVisible Property

Gets whether reminder editor is displayed.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public bool ReminderVisible { get; }

Property Value

Type Description
Boolean

True if reminder editor is displayed; otherwise, false.

See Also