다음을 통해 공유


CalendarView.IsOutOfScopeEnabled 속성

정의

scope 외 일정 항목이 고유한 전경색으로 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

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

적용 대상