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


In This Topic
    HasSelectedDays Property (CalendarButton)
    In This Topic
    Gets a value indicating whether the date range of CalendarInfo contains some days in the selection of GrapeCity.Windows.InputMan.GcDropDownCalendar. This is a dependency property.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasSelectedDays As Boolean
    'Usage
     
    Dim instance As CalendarButton
    Dim value As Boolean
     
    value = instance.HasSelectedDays
    public bool HasSelectedDays {get;}

    Property Value

    true if the calendar info contains some days in selection; otherwise, false
    See Also