KaxSchedulerRecurrenceSupport Property |
Gets a boolean value that indicates if recurrence 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 RecurrenceSupport { get; }
Public Overridable ReadOnly Property RecurrenceSupport As Boolean
Get
public:
virtual property bool RecurrenceSupport {
bool get ();
}
abstract RecurrenceSupport : bool with get
override RecurrenceSupport : bool with get
Property Value
Type:
BooleanTrue 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
See Also