Click or drag to resize
KaxSchedulerEditingRecurringSeries Property
Gets a value indicating whether the recurring series are being edited at the moment, as opposed to a single appointment of the series.

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

Property Value

Type: Boolean
true if the recurring series are being edited at the moment; false otherwise.
Remarks
This property is also used to indicate the target of the delete and move operations.
See Also