ViewSettingsReadOnly Property |
Gets or sets a value indicating whether the view 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:
property bool ReadOnly {
bool get ();
void set (bool value);
}
member ReadOnly : bool with get, set
Property Value
Type:
Booleantrue if view 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