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


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

    Property Value

    true if the Date is in selection; otherwise, false.
    See Also