Table of Contents
SelectedDate Property

Gets or sets the first date in the current selection or null if the selection is empty. This is a dependency property.

Syntax
 public DateTime? SelectedDate { get; set; }

Property Value

The first date in the current selection or null if the selection is empty.

See Also