Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CalendarView.IsOutOfScopeEnabled Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets a value that indicates whether out-of-scope calendar items are shown with a unique foreground color.

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" .../>

Property Value

Boolean

bool

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.

Applies to


Feedback

Was this page helpful?