Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / CalendarInfo Class / HasSelectedDays Property


In This Topic
    HasSelectedDays Property (CalendarInfo)
    In This Topic
    Gets a value indicating whether the date range of StartDate and EndDate contains some selected days.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasSelectedDays As Boolean
    'Usage
     
    Dim instance As CalendarInfo
    Dim value As Boolean
     
    value = instance.HasSelectedDays
    public bool HasSelectedDays {get;}

    Property Value

    true if the date range of StartDate and EndDate contains some selected days.; otherwise, false.
    See Also