Gets whether the represented day belongs to the month being displayed.

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

Syntax

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

See Also