CalendarDatePicker.IsOutOfScopeEnabled 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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를 참조하세요.