Gets whether the Scheduler is currently displaying a weekly view.

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

Syntax

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

See Also