Gets whether the Scheduler is currently displaying a month view.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsInMonthView { get; }
Visual Basic
Public ReadOnly Property IsInMonthView As Boolean
	Get
Visual C++
public:
property bool IsInMonthView {
	bool get ();
}

See Also