ReadOnlyEvent Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
True if the event details cannot be modified

Namespace: Calendar.NET
Assembly: Calendar.NET (in Calendar.NET.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool ReadOnlyEvent { get; set; }
Visual Basic
Property ReadOnlyEvent As Boolean
	Get
	Set
Visual C++
property bool ReadOnlyEvent {
	bool get ();
	void set (bool value);
}

See Also