KaxSchedulerReadOnly Property |
Gets or sets a value indicating whether KaxScheduler is in read-only mode.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool ReadOnly { get; set; }
Public Property ReadOnly As Boolean
Get
Set
public:
virtual property bool ReadOnly {
bool get () sealed;
void set (bool value) sealed;
}
abstract ReadOnly : bool with get, set
override ReadOnly : bool with get, set
Property Value
Type:
Booleantrue 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