CalendarDatePicker.IsGroupLabelVisible プロパティ

定義

選択ウィンドウの CalendarView で月の最初の日に月の名前を表示するかどうかを示す値を取得または設定します。

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

void IsGroupLabelVisible(bool value);
public bool IsGroupLabelVisible { get; set; }
var boolean = calendarDatePicker.isGroupLabelVisible;
calendarDatePicker.isGroupLabelVisible = boolean;
Public Property IsGroupLabelVisible As Boolean
<CalendarDatePicker IsGroupLabelVisible="bool" .../>

プロパティ値

Boolean

bool

名が月の最初の日と共に表示される場合は true。それ以外の場合は false。 既定値は trueです。

注釈

このプロパティは、 CalendarDatePicker の内部 CalendarView に影響します。 詳細については、「 CalendarView.IsGroupLabelVisible」を参照してください。

適用対象

こちらもご覧ください