KaxSchedulerMaximumRecurrenceCandidates Property |
Gets or sets the maximum recurrence candidates limit.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int MaximumRecurrenceCandidates { get; set; }
Public Property MaximumRecurrenceCandidates As Integer
Get
Set
public:
property int MaximumRecurrenceCandidates {
int get ();
void set (int value);
}
member MaximumRecurrenceCandidates : int with get, set
Property Value
Type:
Int32The maximum recurrence candidates limit.
Remarks
This limit is used to prevent lockups when evaluating long recurring series.
The default value should not be changed under normal conditions.
See Also