DatePicker.Date Property

Definition

Gets or sets the displayed date. This is a bindable property.

public:
 property DateTime Date { DateTime get(); void set(DateTime value); };
public DateTime Date { get; set; }
member this.Date : DateTime with get, set
Public Property Date As DateTime

Property Value

The DateTime displayed in the DatePicker.

Implements

Applies to