Freigeben über


DatePickerFlyout.MonthVisible Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Monatsauswahl angezeigt wird, oder legt diesen fest.

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

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

Eigenschaftswert

Boolean

bool

True, wenn die Monatsauswahl angezeigt wird; andernfalls false. Der Standardwert ist „true“.

Gilt für: