Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellView Class / IsEnabled Property


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