Share via


CalendarDatePicker.IsOutOfScopeEnabled 속성

정의

scope 외 일정 항목이 선택기의 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

scope 외 일정 항목이 고유한 색으로 표시되면 true이고, false이면 scope 내 항목과 동일한 색으로 표시됩니다. 기본값은 true입니다.

설명

이 속성은 CalendarDatePicker의 내부 CalendarView에 영향을 줍니다. 자세한 내용은 CalendarView.IsOutOfScopeEnabled를 참조하세요.

적용 대상

추가 정보