DatePicker.YearVisibleProperty Property

Definition

Gets the identifier for the YearVisible dependency property.

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

Property Value

The identifier for the YearVisible dependency property.

Applies to