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

AppointmentFormController.ReminderVisible Property

Gets whether reminder editor is displayed.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

public bool ReminderVisible { get; }

Property Value

Type Description
Boolean

True if reminder editor is displayed; otherwise, false.

See Also