Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 673 Bytes

calendarview_isoutofscopeenabled.md

File metadata and controls

28 lines (19 loc) · 673 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.CalendarView.IsOutOfScopeEnabled
winrt property

Microsoft.UI.Xaml.Controls.CalendarView.IsOutOfScopeEnabled

-description

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

-xaml-syntax

<CalendarView IsOutOfScopeEnabled="bool" .../>

-property-value

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

-examples

-see-also