Share via


CalendarDatePicker.IsOutOfScopeEnabled プロパティ

定義

スコープ外の予定表アイテムが、ピッカーの CalendarView で一意の前景色で表示されるかどうかを示す値を取得または設定します。

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

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

プロパティ値

Boolean

bool

スコープ 外の予定表アイテムが一意の色で表示される場合は true。 スコープ 内の項目と同じ色で表示される場合は false。 既定値は trueです。

注釈

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

適用対象

こちらもご覧ください