DatePicker.MaxYearProperty Property

Definition

Gets the identifier for the MaxYear dependency property.

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

Property Value

The identifier for the MaxYear dependency property.

Applies to