Gets or sets the selected date. This is a dependency property.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DateTime SelectedDate { get; set; }
Visual Basic (Declaration)
Public Property SelectedDate As DateTime

Remarks

Dependency Property Information
Identifier fieldSelectedDateProperty
Metadata properties set to trueBindsTwoWayByDefault

See Also