KaxSchedulerRemindersSupport Property |
Gets a boolean value that indicates if reminders support has been configured for this
instance of KaxScheduler.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual bool RemindersSupport { get; }
Public Overridable ReadOnly Property RemindersSupport As Boolean
Get
public:
virtual property bool RemindersSupport {
bool get ();
}
abstract RemindersSupport : bool with get
override RemindersSupport : bool with get
Property Value
Type:
BooleanTrue 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
See Also