ShowDashedBorderOnDisabledEvents Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
Indicates if a dashed border should show up around disabled events. This property is only used if ShowDisabledEvents is set to true.

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

Syntax

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

See Also