ComponentOne Basic Library for WPF and Silverlight
CacheMode Property (C1MenuItem)


C1.Silverlight Namespace > C1MenuItem Class : CacheMode Property
Syntax
'Declaration
 
Public Property CacheMode As System.Windows.Media.CacheMode
'Usage
 
Dim instance As C1MenuItem
Dim value As System.Windows.Media.CacheMode
 
instance.CacheMode = value
 
value = instance.CacheMode
public System.Windows.Media.CacheMode CacheMode {get; set;}
See Also

Reference

C1MenuItem Class
C1MenuItem Members