Click or drag to resize
KaxSchedulerRecurrenceSupport Property
Gets a boolean value that indicates if recurrence 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 RecurrenceSupport { get; }

Property Value

Type: Boolean
True when the DataRecurrenceField and DataRecurrenceParentKeyField fields are set or when using a custom data provider. False if either of the above conditions is not satisfied or when the EnableRecurrenceSupport property is set to false.
Remarks