Table of Contents
MaxDate Property

Gets or sets the maximum selectable date. This is a dependency property.

Syntax
 public DateTime MaxDate { get; set; }

Property Value

The maximum selectable date. The default value is DateTime.MaxValue.

See Also