DatePicker.MinYearProperty Property

Definition

Gets the identifier for the MinYear dependency property.

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

Property Value

The identifier for the MinYear dependency property.

Applies to