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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool EditingRecurringSeries { get; }
Public ReadOnly Property EditingRecurringSeries As Boolean
Get
public:
property bool EditingRecurringSeries {
bool get ();
}
member EditingRecurringSeries : bool with get
Property Value
Type:
Booleantrue 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