Gets or sets if calendar should be editable.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected bool IsCalendarEditable { get; set; }
Visual Basic
Protected Property IsCalendarEditable As Boolean
	Get
	Set
Visual C++
protected:
property bool IsCalendarEditable {
	bool get ();
	void set (bool value);
}
F#
member IsCalendarEditable : bool with get, set

Property Value

Type: Boolean

See Also