KaxSchedulerDataReminderField Property |
Gets or sets the reminder field for appointments in the data source specified by the
DataSourceID property.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string DataReminderField { get; set; }
Public Property DataReminderField As String
Get
Set
public:
property String^ DataReminderField {
String^ get ();
void set (String^ value);
}
member DataReminderField : string with get, set
Property Value
Type:
String
The name of the reminder field for appointments in the data source specified by
DataSourceID.
RemarksThis property is optional. If it's not specified the reminder drop-down will not be
visible in the insert/edit forms.
Setting this property to a non-empty string will enable the reminder drop-down
regardless of the value of Reminders-Enabled.
See Also