CalendarDatePicker.IsOutOfScopeEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示是否在选取器 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。