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


In This Topic
    IsSelected Property (CalendarDayButton)
    In This Topic
    Gets a value indicating whether the date of DayInfo is in the selection of GrapeCity.Windows.InputMan.GcDropDownCalendar.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSelected As Boolean
    'Usage
     
    Dim instance As CalendarDayButton
    Dim value As Boolean
     
    value = instance.IsSelected
    public bool IsSelected {get;}

    Property Value

    true if the date of DayInfo is selected; otherwise, false.
    See Also