CalendarDatePicker.IsOutOfScopeEnabled 属性

定义

获取或设置一个值,该值指示是否在选取器 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

适用于

另请参阅