CalendarView.IsOutOfScopeEnabled プロパティ

定義

範囲外の予定表アイテムを一意の前景色で表示するかどうかを示す値を取得または設定します。

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

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

プロパティ値

Boolean

bool

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

適用対象