Gets whether the Scheduler is currently displaying a single day view.

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

Syntax

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

See Also