Spread Silverlight Documentation
CachedDatetimesVisible Property


GrapeCity.Windows.SpreadSheet.Data Namespace > BaseSparklineViewInfo Class : CachedDatetimesVisible Property
Gets the visible, cached dates and times.
Syntax
'Declaration
 
Public ReadOnly Property CachedDatetimesVisible As System.Collections.Generic.List(Of Boolean)
'Usage
 
Dim instance As BaseSparklineViewInfo
Dim value As System.Collections.Generic.List(Of Boolean)
 
value = instance.CachedDatetimesVisible
public System.Collections.Generic.List<bool> CachedDatetimesVisible {get;}
See Also

Reference

BaseSparklineViewInfo Class
BaseSparklineViewInfo Members