Gets or sets the date range to be displayed in the title. This is a dependency property.

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

Syntax

C#
public DateRangeDisplayInfo DateRange { get; set; }
Visual Basic
Public Property DateRange As DateRangeDisplayInfo
	Get
	Set
Visual C++
public:
property DateRangeDisplayInfo DateRange {
	DateRangeDisplayInfo get ();
	void set (DateRangeDisplayInfo value);
}

Remarks

Dependency Property Information
Identifier fieldDateRangeProperty
Metadata properties set to trueNone

See Also