CalendarPicker.IsOutOfScopeEnabled property

[This documentation is preliminary and is subject to change.]

Gets or sets a value that indicates whether out-of-scope calendar items are shown with a unique foreground color in the picker's CalendarView.

Syntax

public bool IsOutOfScopeEnabled { get; set; }
Public Property IsOutOfScopeEnabled As Boolean
public:
property bool IsOutOfScopeEnabled { 
   bool get();
   void set (bool value);
}

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

true if out-of-scope calendar items are shown with a unique color; false if they are shown with the same color as in-scope items. The default is true.

Remarks

This property affects the CalendarPicker's internal CalendarView. For more info, see CalendarView.IsOutOfScopeEnabled.

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.UI.Xaml.Controls Windows::UI::Xaml::Controls [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

CalendarPicker

CalendarView.IsOutOfScopeEnabled