Gets whether the view contains the current day.

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

Syntax

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

See Also