Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / CalendarDayButton Class / IsBlackedOut Property


In This Topic
    IsBlackedOut Property (CalendarDayButton)
    In This Topic
    Gets a value indicating whether the date of DayInfo is defined non-selectable.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsBlackedOut As Boolean
    'Usage
     
    Dim instance As CalendarDayButton
    Dim value As Boolean
     
    value = instance.IsBlackedOut
    public bool IsBlackedOut {get;}

    Property Value

    true if the date of DayInfo is non-selectable; otherwise, false.
    See Also