DatePicker.DateProperty Property

Definition

Gets the identifier for the Date dependency property.

public:
 static property DependencyProperty ^ DateProperty { DependencyProperty ^ get(); };
static DependencyProperty DateProperty();
public static DependencyProperty DateProperty { get; }
var dependencyProperty = DatePicker.dateProperty;
Public Shared ReadOnly Property DateProperty As DependencyProperty

Property Value

The identifier for the Date dependency property.

Applies to