Click or drag to resize
KaxSchedulerRemindersSupport Property
Gets a boolean value that indicates if reminders support has been configured for this instance of KaxScheduler.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual bool RemindersSupport { get; }

Property Value

Type: Boolean
True when the DataReminderField field is set or when using a custom data provider. False if the above conditions is not satisfied or when the Reminders.Enabled property is set to false.
Remarks