DatePickerFlyout.YearVisible Property

Definition

Gets or sets a value that indicates whether the year selector is shown.

public:
 property bool YearVisible { bool get(); void set(bool value); };
bool YearVisible();

void YearVisible(bool value);
public bool YearVisible { get; set; }
var boolean = datePickerFlyout.yearVisible;
datePickerFlyout.yearVisible = boolean;
Public Property YearVisible As Boolean

Property Value

Boolean

bool

True if the year selector is shown; otherwise, false. The default is true.

Applies to