Note

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

Access to this page requires authorization. You can try .

CalendarViewDayItem.IsBlackout 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 the date is unavailable.

public:
 property bool IsBlackout { bool get(); void set(bool value); };
bool IsBlackout();

void IsBlackout(bool value);
public bool IsBlackout { get; set; }
var boolean = calendarViewDayItem.isBlackout;
calendarViewDayItem.isBlackout = boolean;
Public Property IsBlackout As Boolean
<CalendarViewDayItem IsBlackout="bool" .../>
 

Property Value

Boolean

bool

true if the date unavailable; otherwise, false. The default is false.

Remarks

To mark a date as not selectable, set this property to true. For more information, see Updating calendar day items.

Applies to

See also


Feedback

Was this page helpful?