IsBlackedOut Property (DayInfo)
In This Topic
Gets a value indicating whether the
Date is non-selectable.
Syntax
'Declaration
Public ReadOnly Property IsBlackedOut As Boolean
'Usage
Dim instance As DayInfo
Dim value As Boolean
value = instance.IsBlackedOut
public bool IsBlackedOut {get;}
Property Value
true if the
Date is non-selectable; otherwise,
false.
See Also