Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BaseSparklineViewInfo Class / CachedDatetimesVisible Property


In This Topic
    CachedDatetimesVisible Property
    In This Topic
    Gets the visible, cached dates and times.
    Syntax
    'Declaration
     
    Public ReadOnly Property CachedDatetimesVisible As List(Of Boolean)
    'Usage
     
    Dim instance As BaseSparklineViewInfo
    Dim value As List(Of Boolean)
     
    value = instance.CachedDatetimesVisible
    public List<bool> CachedDatetimesVisible {get;}
    See Also