Click or drag to resize
KaxSchedulerDataReminderField Property
Gets or sets the reminder field for appointments in the data source specified by the DataSourceID property.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string DataReminderField { get; set; }

Property Value

Type: String
The name of the reminder field for appointments in the data source specified by DataSourceID.
Remarks

This 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