Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DataValidationListBoxItem Class / CacheMode Property


In This Topic
    CacheMode Property (DataValidationListBoxItem)
    In This Topic
    Syntax
    'Declaration
     
    Public Property CacheMode As CacheMode
    'Usage
     
    Dim instance As DataValidationListBoxItem
    Dim value As CacheMode
     
    instance.CacheMode = value
     
    value = instance.CacheMode
    public CacheMode CacheMode {get; set;}
    See Also