Click or drag to resize
KaxSchedulerReadOnly Property
Gets or sets a value indicating whether KaxScheduler is in read-only mode.

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 ReadOnly { get; set; }

Property Value

Type: Boolean
true if KaxScheduler should be read-only; false otherwise. The default value is false.
Remarks
By default the user is able to insert, edit and delete appointments. Use the ReadOnly to disable the editing capabilities of KaxScheduler.
See Also