Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / SaveEnabled Property


In This Topic
    SaveEnabled Property (C1Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property SaveEnabled As Boolean
    'Usage
     
    
    Dim instance As C1Icon
    Dim value As Boolean
     
    instance.SaveEnabled = value
     
    value = instance.SaveEnabled
    public virtual bool SaveEnabled {get; set;}
    See Also